Html Css Color HEX #F06224 Outrageous Orange

📋 copy color: '#F06224'

red 240 ◦ green 98 ◦ blue 36

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

Shades of Outrageous Orange #F06224

Tints of Outrageous Orange #F06224

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 36 (14.45% from 255) = 9.63%

R = 64.17%
G = 26.2%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06224 (or 0xF06224) is known color: Outrageous Orange. HEX triplet: F0, 62 and 24. RGB value is (240,98,36). Sum of RGB (Red+Green+Blue) = 240+98+36=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F06224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06224 is #0F9DDB. Grayscale: #858585. Windows color (decimal): -1023452 or 2384624. OLE color: 2384624.

HSL color Cylindrical-coordinate representation of color #F06224: hue angle of 18.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06224 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 36 -
CMYK 0 0.59 0.85 0.06
HSL 18.24º 0.87% 0.54% -
HSV(B) 18.24º 0.85% 0.94% -
XYZ 40.62 27.39 4.81 -
YUV 133.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 240 98 36 0 0.59 0.85 0.06 18.24 0.87 0.54
Hex F0 62 24 0 3B 55 6 12 57 36
Octal 360 142 44 0 73 125 6 22 127 66
Binary 11110000 1100010 100100 0 111011 1010101 110 10010 1010111 110110

Color Harmonies of #F06224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06224

Black with #F06224

Text Example


Text Example

White with #F06224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06224; }

 p { color: rgb(240,98,36); }

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

background-color css

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

 a { background-color: rgb(240,98,36); }

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

border-color css

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

 span { border-color: rgb(240,98,36); }

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