Html Css Color HEX #F27239 Burnt Orange

📋 copy color: '#F27239'

red 242 ◦ green 114 ◦ blue 57

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

Shades of Burnt Orange #F27239

Tints of Burnt Orange #F27239

RGB

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

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

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

R = 58.6%
G = 27.6%
B = 13.8%

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

#F27239 (or 0xF27239) is known color: Burnt Orange. HEX triplet: F2, 72 and 39. RGB value is (242,114,57). Sum of RGB (Red+Green+Blue) = 242+114+57=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F27239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27239 is #0D8DC6. Grayscale: #929292. Windows color (decimal): -888263 or 3764978. OLE color: 3764978.

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

Color convert

RGB 242 114 57 -
CMYK 0 0.53 0.76 0.05
HSL 18.49º 0.88% 0.59% -
HSV(B) 18.49º 0.76% 0.95% -
XYZ 43.37 31.21 7.61 -
YUV 145.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 242 114 57 0 0.53 0.76 0.05 18.49 0.88 0.59
Hex F2 72 39 0 35 4C 5 12 58 3B
Octal 362 162 71 0 65 114 5 22 130 73
Binary 11110010 1110010 111001 0 110101 1001100 101 10010 1011000 111011

Color Harmonies of #F27239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27239

Black with #F27239

Text Example


Text Example

White with #F27239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27239; }

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

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

background-color css

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

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

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

border-color css

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

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

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