Html Css Color HEX #F16928 Burnt Orange

📋 copy color: '#F16928'

red 241 ◦ green 105 ◦ blue 40

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

Shades of Burnt Orange #F16928

Tints of Burnt Orange #F16928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 62.44%
G = 27.2%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16928 (or 0xF16928) is known color: Burnt Orange. HEX triplet: F1, 69 and 28. RGB value is (241,105,40). Sum of RGB (Red+Green+Blue) = 241+105+40=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F16928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16928 is #0E96D7. Grayscale: #8A8A8A. Windows color (decimal): -956120 or 2648561. OLE color: 2648561.

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

Color convert

RGB 241 105 40 -
CMYK 0 0.56 0.83 0.05
HSL 19.4º 0.88% 0.55% -
HSV(B) 19.4º 0.83% 0.95% -
XYZ 41.71 28.96 5.4 -
YUV 138.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 241 105 40 0 0.56 0.83 0.05 19.4 0.88 0.55
Hex F1 69 28 0 38 53 5 13 58 37
Octal 361 151 50 0 70 123 5 23 130 67
Binary 11110001 1101001 101000 0 111000 1010011 101 10011 1011000 110111

Color Harmonies of #F16928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16928

Black with #F16928

Text Example


Text Example

White with #F16928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16928; }

 p { color: rgb(241,105,40); }

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

background-color css

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

 a { background-color: rgb(241,105,40); }

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

border-color css

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

 span { border-color: rgb(241,105,40); }

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