Html Css Color HEX #F85555 Sunset Orange

📋 copy color: '#F85555'

red 248 ◦ green 85 ◦ blue 85

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

Shades of Sunset Orange #F85555

Tints of Sunset Orange #F85555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 59.33%
G = 20.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F85555 (or 0xF85555) is known color: Sunset Orange. HEX triplet: F8, 55 and 55. RGB value is (248,85,85). Sum of RGB (Red+Green+Blue) = 248+85+85=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85555 is #07AAAA. Grayscale: #858585. Windows color (decimal): -502443 or 5592568. OLE color: 5592568.

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

Color convert

RGB 248 85 85 -
CMYK 0 0.66 0.66 0.03
HSL 0.92% 0.65% -
HSV(B) 0.66% 0.97% -
XYZ 43.6 27.11 11.53 -
YUV 133.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 248 85 85 0 0.66 0.66 0.03 0 0.92 0.65
Hex F8 55 55 0 42 42 3 0 5C 41
Octal 370 125 125 0 102 102 3 0 134 101
Binary 11111000 1010101 1010101 0 1000010 1000010 11 0 1011100 1000001

Color Harmonies of #F85555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85555

Black with #F85555

Text Example


Text Example

White with #F85555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85555; }

 p { color: rgb(248,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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