Html Css Color HEX #F87F2C Burnt Orange

📋 copy color: '#F87F2C'

red 248 ◦ green 127 ◦ blue 44

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

Shades of Burnt Orange #F87F2C

Tints of Burnt Orange #F87F2C

RGB

 RED value IS 248 (97.27% from 255) = 59.19%

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 59.19%
G = 30.31%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F87F2C (or 0xF87F2C) is known color: Burnt Orange. HEX triplet: F8, 7F and 2C. RGB value is (248,127,44). Sum of RGB (Red+Green+Blue) = 248+127+44=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2C is #0780D3. Grayscale: #9A9A9A. Windows color (decimal): -491732 or 2916344. OLE color: 2916344.

HSL color Cylindrical-coordinate representation of color #F87F2C: hue angle of 24.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F87F2C is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 44 -
CMYK 0 0.49 0.82 0.03
HSL 24.41º 0.94% 0.57% -
HSV(B) 24.41º 0.82% 0.97% -
XYZ 46.76 35.32 6.74 -
YUV 153.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 248 127 44 0 0.49 0.82 0.03 24.41 0.94 0.57
Hex F8 7F 2C 0 31 52 3 18 5E 39
Octal 370 177 54 0 61 122 3 30 136 71
Binary 11111000 1111111 101100 0 110001 1010010 11 11000 1011110 111001

Color Harmonies of #F87F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F2C

Black with #F87F2C

Text Example


Text Example

White with #F87F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F2C; }

 p { color: rgb(248,127,44); }

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

background-color css

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

 a { background-color: rgb(248,127,44); }

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

border-color css

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

 span { border-color: rgb(248,127,44); }

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