Html Css Color HEX #F87340 Burnt Orange

📋 copy color: '#F87340'

red 248 ◦ green 115 ◦ blue 64

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

Shades of Burnt Orange #F87340

Tints of Burnt Orange #F87340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 58.08%
G = 26.93%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F87340 (or 0xF87340) is known color: Burnt Orange. HEX triplet: F8, 73 and 40. RGB value is (248,115,64). Sum of RGB (Red+Green+Blue) = 248+115+64=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F87340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87340 is #078CBF. Grayscale: #959595. Windows color (decimal): -494784 or 4223992. OLE color: 4223992.

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

Color convert

RGB 248 115 64 -
CMYK 0 0.54 0.74 0.03
HSL 16.63º 0.93% 0.61% -
HSV(B) 16.63º 0.74% 0.97% -
XYZ 45.77 32.59 8.73 -
YUV 148.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 248 115 64 0 0.54 0.74 0.03 16.63 0.93 0.61
Hex F8 73 40 0 36 4A 3 11 5D 3D
Octal 370 163 100 0 66 112 3 21 135 75
Binary 11111000 1110011 1000000 0 110110 1001010 11 10001 1011101 111101

Color Harmonies of #F87340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87340

Black with #F87340

Text Example


Text Example

White with #F87340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87340; }

 p { color: rgb(248,115,64); }

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

background-color css

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

 a { background-color: rgb(248,115,64); }

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

border-color css

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

 span { border-color: rgb(248,115,64); }

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