Html Css Color HEX #F17228 Burnt Orange

📋 copy color: '#F17228'

red 241 ◦ green 114 ◦ blue 40

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

Shades of Burnt Orange #F17228

Tints of Burnt Orange #F17228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 61.01%
G = 28.86%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F17228 (or 0xF17228) is known color: Burnt Orange. HEX triplet: F1, 72 and 28. RGB value is (241,114,40). Sum of RGB (Red+Green+Blue) = 241+114+40=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F17228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17228 is #0E8DD7. Grayscale: #8F8F8F. Windows color (decimal): -953816 or 2650865. OLE color: 2650865.

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

Color convert

RGB 241 114 40 -
CMYK 0 0.53 0.83 0.05
HSL 22.09º 0.88% 0.55% -
HSV(B) 22.09º 0.83% 0.95% -
XYZ 42.68 30.89 5.72 -
YUV 143.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 241 114 40 0 0.53 0.83 0.05 22.09 0.88 0.55
Hex F1 72 28 0 35 53 5 16 58 37
Octal 361 162 50 0 65 123 5 26 130 67
Binary 11110001 1110010 101000 0 110101 1010011 101 10110 1011000 110111

Color Harmonies of #F17228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17228

Black with #F17228

Text Example


Text Example

White with #F17228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17228; }

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

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

background-color css

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

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

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

border-color css

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

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

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