Html Css Color HEX #F17028 Burnt Orange

📋 copy color: '#F17028'

red 241 ◦ green 112 ◦ blue 40

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

Shades of Burnt Orange #F17028

Tints of Burnt Orange #F17028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 61.32%
G = 28.5%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F17028 (or 0xF17028) is known color: Burnt Orange. HEX triplet: F1, 70 and 28. RGB value is (241,112,40). Sum of RGB (Red+Green+Blue) = 241+112+40=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F17028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17028 is #0E8FD7. Grayscale: #8E8E8E. Windows color (decimal): -954328 or 2650353. OLE color: 2650353.

HSL color Cylindrical-coordinate representation of color #F17028: hue angle of 21.49º 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 #F17028 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 40 -
CMYK 0 0.54 0.83 0.05
HSL 21.49º 0.88% 0.55% -
HSV(B) 21.49º 0.83% 0.95% -
XYZ 42.45 30.44 5.65 -
YUV 142.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 241 112 40 0 0.54 0.83 0.05 21.49 0.88 0.55
Hex F1 70 28 0 36 53 5 15 58 37
Octal 361 160 50 0 66 123 5 25 130 67
Binary 11110001 1110000 101000 0 110110 1010011 101 10101 1011000 110111

Color Harmonies of #F17028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17028

Black with #F17028

Text Example


Text Example

White with #F17028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17028; }

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

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

background-color css

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

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

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

border-color css

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

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

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