Html Css Color HEX #F27331 Burnt Orange

📋 copy color: '#F27331'

red 242 ◦ green 115 ◦ blue 49

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

Shades of Burnt Orange #F27331

Tints of Burnt Orange #F27331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 59.61%
G = 28.33%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F27331 (or 0xF27331) is known color: Burnt Orange. HEX triplet: F2, 73 and 31. RGB value is (242,115,49). Sum of RGB (Red+Green+Blue) = 242+115+49=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F27331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27331 is #0D8CCE. Grayscale: #919191. Windows color (decimal): -888015 or 3240946. OLE color: 3240946.

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

Color convert

RGB 242 115 49 -
CMYK 0 0.52 0.80 0.05
HSL 20.52º 0.88% 0.57% -
HSV(B) 20.52º 0.8% 0.95% -
XYZ 43.3 31.36 6.68 -
YUV 145.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 242 115 49 0 0.52 0.80 0.05 20.52 0.88 0.57
Hex F2 73 31 0 34 50 5 15 58 39
Octal 362 163 61 0 64 120 5 25 130 71
Binary 11110010 1110011 110001 0 110100 1010000 101 10101 1011000 111001

Color Harmonies of #F27331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27331

Black with #F27331

Text Example


Text Example

White with #F27331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27331; }

 p { color: rgb(242,115,49); }

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

background-color css

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

 a { background-color: rgb(242,115,49); }

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

border-color css

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

 span { border-color: rgb(242,115,49); }

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