Html Css Color HEX #F27133 Burnt Orange

📋 copy color: '#F27133'

red 242 ◦ green 113 ◦ blue 51

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

Shades of Burnt Orange #F27133

Tints of Burnt Orange #F27133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 59.61%
G = 27.83%
B = 12.56%

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

#F27133 (or 0xF27133) is known color: Burnt Orange. HEX triplet: F2, 71 and 33. RGB value is (242,113,51). Sum of RGB (Red+Green+Blue) = 242+113+51=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F27133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27133 is #0D8ECC. Grayscale: #909090. Windows color (decimal): -888525 or 3371506. OLE color: 3371506.

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

Color convert

RGB 242 113 51 -
CMYK 0 0.53 0.79 0.05
HSL 19.48º 0.88% 0.57% -
HSV(B) 19.48º 0.79% 0.95% -
XYZ 43.12 30.93 6.83 -
YUV 144.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 242 113 51 0 0.53 0.79 0.05 19.48 0.88 0.57
Hex F2 71 33 0 35 4F 5 13 58 39
Octal 362 161 63 0 65 117 5 23 130 71
Binary 11110010 1110001 110011 0 110101 1001111 101 10011 1011000 111001

Color Harmonies of #F27133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27133

Black with #F27133

Text Example


Text Example

White with #F27133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27133; }

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

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

background-color css

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

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

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

border-color css

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

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

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