Html Css Color HEX #F27227 Burnt Orange

📋 copy color: '#F27227'

red 242 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #F27227

Tints of Burnt Orange #F27227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.87%

R = 61.27%
G = 28.86%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27227 (or 0xF27227) is known color: Burnt Orange. HEX triplet: F2, 72 and 27. RGB value is (242,114,39). Sum of RGB (Red+Green+Blue) = 242+114+39=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F27227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27227 is #0D8DD8. Grayscale: #909090. Windows color (decimal): -888281 or 2585330. OLE color: 2585330.

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

Color convert

RGB 242 114 39 -
CMYK 0 0.53 0.84 0.05
HSL 22.17º 0.89% 0.55% -
HSV(B) 22.17º 0.84% 0.95% -
XYZ 43 31.06 5.65 -
YUV 143.72 68.91 198.1 -
System Red Green Blue C M Y K H S L
Decimal 242 114 39 0 0.53 0.84 0.05 22.17 0.89 0.55
Hex F2 72 27 0 35 54 5 16 59 37
Octal 362 162 47 0 65 124 5 26 131 67
Binary 11110010 1110010 100111 0 110101 1010100 101 10110 1011001 110111

Color Harmonies of #F27227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27227

Black with #F27227

Text Example


Text Example

White with #F27227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27227; }

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

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

background-color css

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

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

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

border-color css

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

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

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