Html Css Color HEX #F16425 Burnt Orange

📋 copy color: '#F16425'

red 241 ◦ green 100 ◦ blue 37

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

Shades of Burnt Orange #F16425

Tints of Burnt Orange #F16425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 63.76%
G = 26.46%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F16425 (or 0xF16425) is known color: Burnt Orange. HEX triplet: F1, 64 and 25. RGB value is (241,100,37). Sum of RGB (Red+Green+Blue) = 241+100+37=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16425 is #0E9BDA. Grayscale: #878787. Windows color (decimal): -957403 or 2450673. OLE color: 2450673.

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

Color convert

RGB 241 100 37 -
CMYK 0 0.59 0.85 0.05
HSL 18.53º 0.88% 0.55% -
HSV(B) 18.53º 0.85% 0.95% -
XYZ 41.17 27.95 4.98 -
YUV 134.98 72.71 203.62 -
System Red Green Blue C M Y K H S L
Decimal 241 100 37 0 0.59 0.85 0.05 18.53 0.88 0.55
Hex F1 64 25 0 3B 55 5 13 58 37
Octal 361 144 45 0 73 125 5 23 130 67
Binary 11110001 1100100 100101 0 111011 1010101 101 10011 1011000 110111

Color Harmonies of #F16425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16425

Black with #F16425

Text Example


Text Example

White with #F16425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16425; }

 p { color: rgb(241,100,37); }

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

background-color css

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

 a { background-color: rgb(241,100,37); }

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

border-color css

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

 span { border-color: rgb(241,100,37); }

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