Html Css Color HEX #F16124 Outrageous Orange

📋 copy color: '#F16124'

red 241 ◦ green 97 ◦ blue 36

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

Shades of Outrageous Orange #F16124

Tints of Outrageous Orange #F16124

RGB

 RED value IS 241 (94.53% from 255) = 64.44%

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

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

R = 64.44%
G = 25.94%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F16124 (or 0xF16124) is known color: Outrageous Orange. HEX triplet: F1, 61 and 24. RGB value is (241,97,36). Sum of RGB (Red+Green+Blue) = 241+97+36=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F16124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16124 is #0E9EDB. Grayscale: #858585. Windows color (decimal): -958172 or 2384369. OLE color: 2384369.

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

Color convert

RGB 241 97 36 -
CMYK 0 0.60 0.85 0.05
HSL 17.85º 0.88% 0.54% -
HSV(B) 17.85º 0.85% 0.95% -
XYZ 40.87 27.38 4.8 -
YUV 133.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 241 97 36 0 0.60 0.85 0.05 17.85 0.88 0.54
Hex F1 61 24 0 3C 55 5 12 58 36
Octal 361 141 44 0 74 125 5 22 130 66
Binary 11110001 1100001 100100 0 111100 1010101 101 10010 1011000 110110

Color Harmonies of #F16124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16124

Black with #F16124

Text Example


Text Example

White with #F16124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16124; }

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

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

background-color css

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

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

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

border-color css

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

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

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