Html Css Color HEX #F06124 Outrageous Orange

📋 copy color: '#F06124'

red 240 ◦ green 97 ◦ blue 36

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

Shades of Outrageous Orange #F06124

Tints of Outrageous Orange #F06124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 64.34%
G = 26.01%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06124 (or 0xF06124) is known color: Outrageous Orange. HEX triplet: F0, 61 and 24. RGB value is (240,97,36). Sum of RGB (Red+Green+Blue) = 240+97+36=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F06124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06124 is #0F9EDB. Grayscale: #858585. Windows color (decimal): -1023708 or 2384368. OLE color: 2384368.

HSL color Cylindrical-coordinate representation of color #F06124: hue angle of 17.94º 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 #F06124 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 36 -
CMYK 0 0.60 0.85 0.06
HSL 17.94º 0.87% 0.54% -
HSV(B) 17.94º 0.85% 0.94% -
XYZ 40.53 27.2 4.78 -
YUV 132.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 240 97 36 0 0.60 0.85 0.06 17.94 0.87 0.54
Hex F0 61 24 0 3C 55 6 12 57 36
Octal 360 141 44 0 74 125 6 22 127 66
Binary 11110000 1100001 100100 0 111100 1010101 110 10010 1010111 110110

Color Harmonies of #F06124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06124

Black with #F06124

Text Example


Text Example

White with #F06124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06124; }

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

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

background-color css

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

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

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

border-color css

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

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

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