Html Css Color HEX #F27631 Burnt Orange

📋 copy color: '#F27631'

red 242 ◦ green 118 ◦ blue 49

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

Shades of Burnt Orange #F27631

Tints of Burnt Orange #F27631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 59.17%
G = 28.85%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F27631 (or 0xF27631) is known color: Burnt Orange. HEX triplet: F2, 76 and 31. RGB value is (242,118,49). Sum of RGB (Red+Green+Blue) = 242+118+49=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F27631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27631 is #0D89CE. Grayscale: #939393. Windows color (decimal): -887247 or 3241714. OLE color: 3241714.

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

Color convert

RGB 242 118 49 -
CMYK 0 0.51 0.80 0.05
HSL 21.45º 0.88% 0.57% -
HSV(B) 21.45º 0.8% 0.95% -
XYZ 43.65 32.06 6.79 -
YUV 147.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 242 118 49 0 0.51 0.80 0.05 21.45 0.88 0.57
Hex F2 76 31 0 33 50 5 15 58 39
Octal 362 166 61 0 63 120 5 25 130 71
Binary 11110010 1110110 110001 0 110011 1010000 101 10101 1011000 111001

Color Harmonies of #F27631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27631

Black with #F27631

Text Example


Text Example

White with #F27631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27631; }

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

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

background-color css

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

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

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

border-color css

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

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

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