Html Css Color HEX #F87F2B Burnt Orange

📋 copy color: '#F87F2B'

red 248 ◦ green 127 ◦ blue 43

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

Shades of Burnt Orange #F87F2B

Tints of Burnt Orange #F87F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.29%

R = 59.33%
G = 30.38%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F87F2B (or 0xF87F2B) is known color: Burnt Orange. HEX triplet: F8, 7F and 2B. RGB value is (248,127,43). Sum of RGB (Red+Green+Blue) = 248+127+43=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F2B is #0780D4. Grayscale: #9A9A9A. Windows color (decimal): -491733 or 2850808. OLE color: 2850808.

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

Color convert

RGB 248 127 43 -
CMYK 0 0.49 0.83 0.03
HSL 24.59º 0.94% 0.57% -
HSV(B) 24.59º 0.83% 0.97% -
XYZ 46.74 35.31 6.64 -
YUV 153.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 248 127 43 0 0.49 0.83 0.03 24.59 0.94 0.57
Hex F8 7F 2B 0 31 53 3 19 5E 39
Octal 370 177 53 0 61 123 3 31 136 71
Binary 11111000 1111111 101011 0 110001 1010011 11 11001 1011110 111001

Color Harmonies of #F87F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F2B

Black with #F87F2B

Text Example


Text Example

White with #F87F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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