Html Css Color HEX #F27139 Burnt Orange

📋 copy color: '#F27139'

red 242 ◦ green 113 ◦ blue 57

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

Shades of Burnt Orange #F27139

Tints of Burnt Orange #F27139

RGB

 RED value IS 242 (94.92% from 255) = 58.74%

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

 BLUE value IS 57 (22.66% from 255) = 13.83%

R = 58.74%
G = 27.43%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F27139 (or 0xF27139) is known color: Burnt Orange. HEX triplet: F2, 71 and 39. RGB value is (242,113,57). Sum of RGB (Red+Green+Blue) = 242+113+57=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F27139 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27139 is #0D8EC6. Grayscale: #919191. Windows color (decimal): -888519 or 3764722. OLE color: 3764722.

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

Color convert

RGB 242 113 57 -
CMYK 0 0.53 0.76 0.05
HSL 18.16º 0.88% 0.59% -
HSV(B) 18.16º 0.76% 0.95% -
XYZ 43.26 30.98 7.57 -
YUV 145.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 242 113 57 0 0.53 0.76 0.05 18.16 0.88 0.59
Hex F2 71 39 0 35 4C 5 12 58 3B
Octal 362 161 71 0 65 114 5 22 130 73
Binary 11110010 1110001 111001 0 110101 1001100 101 10010 1011000 111011

Color Harmonies of #F27139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27139

Black with #F27139

Text Example


Text Example

White with #F27139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27139; }

 p { color: rgb(242,113,57); }

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

background-color css

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

 a { background-color: rgb(242,113,57); }

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

border-color css

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

 span { border-color: rgb(242,113,57); }

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