Html Css Color HEX #F17127 Burnt Orange

📋 copy color: '#F17127'

red 241 ◦ green 113 ◦ blue 39

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

Shades of Burnt Orange #F17127

Tints of Burnt Orange #F17127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 61.32%
G = 28.75%
B = 9.92%

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

#F17127 (or 0xF17127) is known color: Burnt Orange. HEX triplet: F1, 71 and 27. RGB value is (241,113,39). Sum of RGB (Red+Green+Blue) = 241+113+39=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F17127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17127 is #0E8ED8. Grayscale: #8F8F8F. Windows color (decimal): -954073 or 2585073. OLE color: 2585073.

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

Color convert

RGB 241 113 39 -
CMYK 0 0.53 0.84 0.05
HSL 21.98º 0.88% 0.55% -
HSV(B) 21.98º 0.84% 0.95% -
XYZ 42.55 30.66 5.59 -
YUV 142.84 69.41 198.02 -
System Red Green Blue C M Y K H S L
Decimal 241 113 39 0 0.53 0.84 0.05 21.98 0.88 0.55
Hex F1 71 27 0 35 54 5 16 58 37
Octal 361 161 47 0 65 124 5 26 130 67
Binary 11110001 1110001 100111 0 110101 1010100 101 10110 1011000 110111

Color Harmonies of #F17127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17127

Black with #F17127

Text Example


Text Example

White with #F17127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17127; }

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

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

background-color css

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

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

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

border-color css

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

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

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