Html Css Color HEX #F87D3C Burnt Orange

📋 copy color: '#F87D3C'

red 248 ◦ green 125 ◦ blue 60

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

Shades of Burnt Orange #F87D3C

Tints of Burnt Orange #F87D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 57.27%
G = 28.87%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F87D3C (or 0xF87D3C) is known color: Burnt Orange. HEX triplet: F8, 7D and 3C. RGB value is (248,125,60). Sum of RGB (Red+Green+Blue) = 248+125+60=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D3C is #0782C3. Grayscale: #9A9A9A. Windows color (decimal): -492228 or 3964408. OLE color: 3964408.

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

Color convert

RGB 248 125 60 -
CMYK 0 0.50 0.76 0.03
HSL 20.74º 0.93% 0.6% -
HSV(B) 20.74º 0.76% 0.97% -
XYZ 46.86 34.95 8.55 -
YUV 154.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 248 125 60 0 0.50 0.76 0.03 20.74 0.93 0.6
Hex F8 7D 3C 0 32 4C 3 15 5D 3C
Octal 370 175 74 0 62 114 3 25 135 74
Binary 11111000 1111101 111100 0 110010 1001100 11 10101 1011101 111100

Color Harmonies of #F87D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D3C

Black with #F87D3C

Text Example


Text Example

White with #F87D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D3C; }

 p { color: rgb(248,125,60); }

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

background-color css

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

 a { background-color: rgb(248,125,60); }

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

border-color css

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

 span { border-color: rgb(248,125,60); }

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