Html Css Color HEX #F25820 Outrageous Orange

📋 copy color: '#F25820'

red 242 ◦ green 88 ◦ blue 32

#F25820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #F25820

Tints of Outrageous Orange #F25820

RGB

 RED value IS 242 (94.92% from 255) = 66.85%

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 66.85%
G = 24.31%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F25820 (or 0xF25820) is known color: Outrageous Orange. HEX triplet: F2, 58 and 20. RGB value is (242,88,32). Sum of RGB (Red+Green+Blue) = 242+88+32=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25820 is #0DA7DF. Grayscale: #808080. Windows color (decimal): -894944 or 2119922. OLE color: 2119922.

HSL color Cylindrical-coordinate representation of color #F25820: hue angle of 16º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F25820 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 32 -
CMYK 0 0.64 0.87 0.05
HSL 16º 0.89% 0.54% -
HSV(B) 16º 0.87% 0.95% -
XYZ 40.37 25.96 4.25 -
YUV 127.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 242 88 32 0 0.64 0.87 0.05 16 0.89 0.54
Hex F2 58 20 0 40 57 5 10 59 36
Octal 362 130 40 0 100 127 5 20 131 66
Binary 11110010 1011000 100000 0 1000000 1010111 101 10000 1011001 110110

Color Harmonies of #F25820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25820

Black with #F25820

Text Example


Text Example

White with #F25820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25820; }

 p { color: rgb(242,88,32); }

 H1.HeaderClassName
 {
   color: #F25820;
 }
 .AnyTagClassName
 {
   color: #F25820;
 }
</style>

background-color css

<style>
 a { background-color: #F25820; }

 a { background-color: rgb(242,88,32); }

 div.DivClassName
 {
   background-color: #F25820;
 }
 .BgClassName
 {
   background-color: #F25820;
 }
</style>

border-color css

<style>
 span { border-color: #F25820; }

 span { border-color: rgb(242,88,32); }

 td.TdClassName
 {
   border-color: #F25820;
 }
 .TagClassName
 {
   border-color: #F25820;
 }
</style>