Html Css Color HEX #F85442 Sunset Orange

📋 copy color: '#F85442'

red 248 ◦ green 84 ◦ blue 66

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

Shades of Sunset Orange #F85442

Tints of Sunset Orange #F85442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 62.31%
G = 21.11%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F85442 (or 0xF85442) is known color: Sunset Orange. HEX triplet: F8, 54 and 42. RGB value is (248,84,66). Sum of RGB (Red+Green+Blue) = 248+84+66=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F85442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85442 is #07ABBD. Grayscale: #838383. Windows color (decimal): -502718 or 4347128. OLE color: 4347128.

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

Color convert

RGB 248 84 66 -
CMYK 0 0.66 0.73 0.03
HSL 5.93º 0.93% 0.62% -
HSV(B) 5.93º 0.73% 0.97% -
XYZ 42.87 26.69 8.05 -
YUV 130.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 248 84 66 0 0.66 0.73 0.03 5.93 0.93 0.62
Hex F8 54 42 0 42 49 3 6 5D 3E
Octal 370 124 102 0 102 111 3 6 135 76
Binary 11111000 1010100 1000010 0 1000010 1001001 11 110 1011101 111110

Color Harmonies of #F85442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85442

Black with #F85442

Text Example


Text Example

White with #F85442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85442; }

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

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

background-color css

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

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

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

border-color css

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

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

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