Html Css Color HEX #F85440 Sunset Orange

📋 copy color: '#F85440'

red 248 ◦ green 84 ◦ blue 64

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

Shades of Sunset Orange #F85440

Tints of Sunset Orange #F85440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.21%

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

R = 62.63%
G = 21.21%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F85440 (or 0xF85440) is known color: Sunset Orange. HEX triplet: F8, 54 and 40. RGB value is (248,84,64). Sum of RGB (Red+Green+Blue) = 248+84+64=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F85440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85440 is #07ABBF. Grayscale: #828282. Windows color (decimal): -502720 or 4216056. OLE color: 4216056.

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

Color convert

RGB 248 84 64 -
CMYK 0 0.66 0.74 0.03
HSL 6.52º 0.93% 0.61% -
HSV(B) 6.52º 0.74% 0.97% -
XYZ 42.81 26.67 7.74 -
YUV 130.76 90.33 211.63 -
System Red Green Blue C M Y K H S L
Decimal 248 84 64 0 0.66 0.74 0.03 6.52 0.93 0.61
Hex F8 54 40 0 42 4A 3 7 5D 3D
Octal 370 124 100 0 102 112 3 7 135 75
Binary 11111000 1010100 1000000 0 1000010 1001010 11 111 1011101 111101

Color Harmonies of #F85440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85440

Black with #F85440

Text Example


Text Example

White with #F85440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85440; }

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

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

background-color css

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

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

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

border-color css

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

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

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