Html Css Color HEX #F27532 Burnt Orange

📋 copy color: '#F27532'

red 242 ◦ green 117 ◦ blue 50

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

Shades of Burnt Orange #F27532

Tints of Burnt Orange #F27532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 59.17%
G = 28.61%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F27532 (or 0xF27532) is known color: Burnt Orange. HEX triplet: F2, 75 and 32. RGB value is (242,117,50). Sum of RGB (Red+Green+Blue) = 242+117+50=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F27532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27532 is #0D8ACD. Grayscale: #939393. Windows color (decimal): -887502 or 3306994. OLE color: 3306994.

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

Color convert

RGB 242 117 50 -
CMYK 0 0.52 0.79 0.05
HSL 20.94º 0.88% 0.57% -
HSV(B) 20.94º 0.79% 0.95% -
XYZ 43.55 31.83 6.87 -
YUV 146.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 242 117 50 0 0.52 0.79 0.05 20.94 0.88 0.57
Hex F2 75 32 0 34 4F 5 15 58 39
Octal 362 165 62 0 64 117 5 25 130 71
Binary 11110010 1110101 110010 0 110100 1001111 101 10101 1011000 111001

Color Harmonies of #F27532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27532

Black with #F27532

Text Example


Text Example

White with #F27532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27532; }

 p { color: rgb(242,117,50); }

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

background-color css

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

 a { background-color: rgb(242,117,50); }

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

border-color css

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

 span { border-color: rgb(242,117,50); }

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