Html Css Color HEX #F85446 Sunset Orange

📋 copy color: '#F85446'

red 248 ◦ green 84 ◦ blue 70

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

Shades of Sunset Orange #F85446

Tints of Sunset Orange #F85446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 61.69%
G = 20.9%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85446 (or 0xF85446) is known color: Sunset Orange. HEX triplet: F8, 54 and 46. RGB value is (248,84,70). Sum of RGB (Red+Green+Blue) = 248+84+70=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85446 is #07ABB9. Grayscale: #838383. Windows color (decimal): -502714 or 4609272. OLE color: 4609272.

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

Color convert

RGB 248 84 70 -
CMYK 0 0.66 0.72 0.03
HSL 4.72º 0.93% 0.62% -
HSV(B) 4.72º 0.72% 0.97% -
XYZ 42.99 26.74 8.69 -
YUV 131.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 248 84 70 0 0.66 0.72 0.03 4.72 0.93 0.62
Hex F8 54 46 0 42 48 3 5 5D 3E
Octal 370 124 106 0 102 110 3 5 135 76
Binary 11111000 1010100 1000110 0 1000010 1001000 11 101 1011101 111110

Color Harmonies of #F85446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85446

Black with #F85446

Text Example


Text Example

White with #F85446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85446; }

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

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

background-color css

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

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

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

border-color css

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

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

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