Html Css Color HEX #F27531 Burnt Orange

📋 copy color: '#F27531'

red 242 ◦ green 117 ◦ blue 49

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

Shades of Burnt Orange #F27531

Tints of Burnt Orange #F27531

RGB

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

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

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

R = 59.31%
G = 28.68%
B = 12.01%

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

#F27531 (or 0xF27531) is known color: Burnt Orange. HEX triplet: F2, 75 and 31. RGB value is (242,117,49). Sum of RGB (Red+Green+Blue) = 242+117+49=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27531 is #0D8ACE. Grayscale: #939393. Windows color (decimal): -887503 or 3241458. OLE color: 3241458.

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

Color convert

RGB 242 117 49 -
CMYK 0 0.52 0.80 0.05
HSL 21.14º 0.88% 0.57% -
HSV(B) 21.14º 0.8% 0.95% -
XYZ 43.53 31.82 6.75 -
YUV 146.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 242 117 49 0 0.52 0.80 0.05 21.14 0.88 0.57
Hex F2 75 31 0 34 50 5 15 58 39
Octal 362 165 61 0 64 120 5 25 130 71
Binary 11110010 1110101 110001 0 110100 1010000 101 10101 1011000 111001

Color Harmonies of #F27531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27531

Black with #F27531

Text Example


Text Example

White with #F27531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27531; }

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

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

background-color css

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

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

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

border-color css

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

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

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