Html Css Color HEX #F27135 Burnt Orange

📋 copy color: '#F27135'

red 242 ◦ green 113 ◦ blue 53

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

Shades of Burnt Orange #F27135

Tints of Burnt Orange #F27135

RGB

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

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

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

R = 59.31%
G = 27.7%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27135 (or 0xF27135) is known color: Burnt Orange. HEX triplet: F2, 71 and 35. RGB value is (242,113,53). Sum of RGB (Red+Green+Blue) = 242+113+53=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27135 is #0D8ECA. Grayscale: #919191. Windows color (decimal): -888523 or 3502578. OLE color: 3502578.

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

Color convert

RGB 242 113 53 -
CMYK 0 0.53 0.78 0.05
HSL 19.05º 0.88% 0.58% -
HSV(B) 19.05º 0.78% 0.95% -
XYZ 43.17 30.94 7.07 -
YUV 144.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 242 113 53 0 0.53 0.78 0.05 19.05 0.88 0.58
Hex F2 71 35 0 35 4E 5 13 58 3A
Octal 362 161 65 0 65 116 5 23 130 72
Binary 11110010 1110001 110101 0 110101 1001110 101 10011 1011000 111010

Color Harmonies of #F27135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27135

Black with #F27135

Text Example


Text Example

White with #F27135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27135; }

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

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

background-color css

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

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

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

border-color css

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

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

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