Html Css Color HEX #F17227 Burnt Orange

📋 copy color: '#F17227'

red 241 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #F17227

Tints of Burnt Orange #F17227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 61.17%
G = 28.93%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F17227 (or 0xF17227) is known color: Burnt Orange. HEX triplet: F1, 72 and 27. RGB value is (241,114,39). Sum of RGB (Red+Green+Blue) = 241+114+39=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F17227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17227 is #0E8DD8. Grayscale: #8F8F8F. Windows color (decimal): -953817 or 2585329. OLE color: 2585329.

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

Color convert

RGB 241 114 39 -
CMYK 0 0.53 0.84 0.05
HSL 22.28º 0.88% 0.55% -
HSV(B) 22.28º 0.84% 0.95% -
XYZ 42.66 30.88 5.63 -
YUV 143.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 241 114 39 0 0.53 0.84 0.05 22.28 0.88 0.55
Hex F1 72 27 0 35 54 5 16 58 37
Octal 361 162 47 0 65 124 5 26 130 67
Binary 11110001 1110010 100111 0 110101 1010100 101 10110 1011000 110111

Color Harmonies of #F17227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17227

Black with #F17227

Text Example


Text Example

White with #F17227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17227; }

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

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

background-color css

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

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

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

border-color css

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

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

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