Html Css Color HEX #F27231 Burnt Orange

📋 copy color: '#F27231'

red 242 ◦ green 114 ◦ blue 49

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

Shades of Burnt Orange #F27231

Tints of Burnt Orange #F27231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 59.75%
G = 28.15%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F27231 (or 0xF27231) is known color: Burnt Orange. HEX triplet: F2, 72 and 31. RGB value is (242,114,49). Sum of RGB (Red+Green+Blue) = 242+114+49=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F27231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27231 is #0D8DCE. Grayscale: #919191. Windows color (decimal): -888271 or 3240690. OLE color: 3240690.

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

Color convert

RGB 242 114 49 -
CMYK 0 0.53 0.80 0.05
HSL 20.21º 0.88% 0.57% -
HSV(B) 20.21º 0.8% 0.95% -
XYZ 43.19 31.13 6.64 -
YUV 144.86 73.91 197.29 -
System Red Green Blue C M Y K H S L
Decimal 242 114 49 0 0.53 0.80 0.05 20.21 0.88 0.57
Hex F2 72 31 0 35 50 5 14 58 39
Octal 362 162 61 0 65 120 5 24 130 71
Binary 11110010 1110010 110001 0 110101 1010000 101 10100 1011000 111001

Color Harmonies of #F27231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27231

Black with #F27231

Text Example


Text Example

White with #F27231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27231; }

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

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

background-color css

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

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

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

border-color css

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

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

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