Html Css Color HEX #F87F2F Burnt Orange

📋 copy color: '#F87F2F'

red 248 ◦ green 127 ◦ blue 47

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

Shades of Burnt Orange #F87F2F

Tints of Burnt Orange #F87F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 58.77%
G = 30.09%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F87F2F (or 0xF87F2F) is known color: Burnt Orange. HEX triplet: F8, 7F and 2F. RGB value is (248,127,47). Sum of RGB (Red+Green+Blue) = 248+127+47=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2F is #0780D0. Grayscale: #9A9A9A. Windows color (decimal): -491729 or 3112952. OLE color: 3112952.

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

Color convert

RGB 248 127 47 -
CMYK 0 0.49 0.81 0.03
HSL 23.88º 0.93% 0.58% -
HSV(B) 23.88º 0.81% 0.97% -
XYZ 46.81 35.34 7.04 -
YUV 154.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 248 127 47 0 0.49 0.81 0.03 23.88 0.93 0.58
Hex F8 7F 2F 0 31 51 3 18 5D 3A
Octal 370 177 57 0 61 121 3 30 135 72
Binary 11111000 1111111 101111 0 110001 1010001 11 11000 1011101 111010

Color Harmonies of #F87F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F2F

Black with #F87F2F

Text Example


Text Example

White with #F87F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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