Html Css Color HEX #F85740 Sunset Orange

📋 copy color: '#F85740'

red 248 ◦ green 87 ◦ blue 64

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

Shades of Sunset Orange #F85740

Tints of Sunset Orange #F85740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

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

R = 62.16%
G = 21.8%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F85740 (or 0xF85740) is known color: Sunset Orange. HEX triplet: F8, 57 and 40. RGB value is (248,87,64). Sum of RGB (Red+Green+Blue) = 248+87+64=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F85740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85740 is #07A8BF. Grayscale: #848484. Windows color (decimal): -501952 or 4216824. OLE color: 4216824.

HSL color Cylindrical-coordinate representation of color #F85740: hue angle of 7.5º 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 #F85740 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 87 64 -
CMYK 0 0.65 0.74 0.03
HSL 7.5º 0.93% 0.61% -
HSV(B) 7.5º 0.74% 0.97% -
XYZ 43.05 27.14 7.82 -
YUV 132.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 248 87 64 0 0.65 0.74 0.03 7.5 0.93 0.61
Hex F8 57 40 0 41 4A 3 8 5D 3D
Octal 370 127 100 0 101 112 3 10 135 75
Binary 11111000 1010111 1000000 0 1000001 1001010 11 1000 1011101 111101

Color Harmonies of #F85740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85740

Black with #F85740

Text Example


Text Example

White with #F85740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85740; }

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

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

background-color css

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

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

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

border-color css

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

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

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