Html Css Color HEX #F27035 Burnt Orange

📋 copy color: '#F27035'

red 242 ◦ green 112 ◦ blue 53

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

Shades of Burnt Orange #F27035

Tints of Burnt Orange #F27035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 53 (21.09% from 255) = 13.02%

R = 59.46%
G = 27.52%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27035 (or 0xF27035) is known color: Burnt Orange. HEX triplet: F2, 70 and 35. RGB value is (242,112,53). Sum of RGB (Red+Green+Blue) = 242+112+53=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F27035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27035 is #0D8FCA. Grayscale: #909090. Windows color (decimal): -888779 or 3502322. OLE color: 3502322.

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

Color convert

RGB 242 112 53 -
CMYK 0 0.54 0.78 0.05
HSL 18.73º 0.88% 0.58% -
HSV(B) 18.73º 0.78% 0.95% -
XYZ 43.05 30.72 7.03 -
YUV 144.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 242 112 53 0 0.54 0.78 0.05 18.73 0.88 0.58
Hex F2 70 35 0 36 4E 5 13 58 3A
Octal 362 160 65 0 66 116 5 23 130 72
Binary 11110010 1110000 110101 0 110110 1001110 101 10011 1011000 111010

Color Harmonies of #F27035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27035

Black with #F27035

Text Example


Text Example

White with #F27035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27035; }

 p { color: rgb(242,112,53); }

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

background-color css

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

 a { background-color: rgb(242,112,53); }

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

border-color css

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

 span { border-color: rgb(242,112,53); }

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