Html Css Color HEX #F27134 Burnt Orange

📋 copy color: '#F27134'

red 242 ◦ green 113 ◦ blue 52

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

Shades of Burnt Orange #F27134

Tints of Burnt Orange #F27134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 59.46%
G = 27.76%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F27134 (or 0xF27134) is known color: Burnt Orange. HEX triplet: F2, 71 and 34. RGB value is (242,113,52). Sum of RGB (Red+Green+Blue) = 242+113+52=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F27134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27134 is #0D8ECB. Grayscale: #909090. Windows color (decimal): -888524 or 3437042. OLE color: 3437042.

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

Color convert

RGB 242 113 52 -
CMYK 0 0.53 0.79 0.05
HSL 19.26º 0.88% 0.58% -
HSV(B) 19.26º 0.79% 0.95% -
XYZ 43.14 30.94 6.95 -
YUV 144.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 242 113 52 0 0.53 0.79 0.05 19.26 0.88 0.58
Hex F2 71 34 0 35 4F 5 13 58 3A
Octal 362 161 64 0 65 117 5 23 130 72
Binary 11110010 1110001 110100 0 110101 1001111 101 10011 1011000 111010

Color Harmonies of #F27134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27134

Black with #F27134

Text Example


Text Example

White with #F27134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27134; }

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

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

background-color css

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

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

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

border-color css

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

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

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