Html Css Color HEX #F85453 Sunset Orange

📋 copy color: '#F85453'

red 248 ◦ green 84 ◦ blue 83

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

Shades of Sunset Orange #F85453

Tints of Sunset Orange #F85453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20%

R = 59.76%
G = 20.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F85453 (or 0xF85453) is known color: Sunset Orange. HEX triplet: F8, 54 and 53. RGB value is (248,84,83). Sum of RGB (Red+Green+Blue) = 248+84+83=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F85453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85453 is #07ABAC. Grayscale: #858585. Windows color (decimal): -502701 or 5461240. OLE color: 5461240.

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

Color convert

RGB 248 84 83 -
CMYK 0 0.66 0.67 0.03
HSL 0.36º 0.92% 0.65% -
HSV(B) 0.36º 0.67% 0.97% -
XYZ 43.44 26.92 11.09 -
YUV 132.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 248 84 83 0 0.66 0.67 0.03 0.36 0.92 0.65
Hex F8 54 53 0 42 43 3 0 5C 41
Octal 370 124 123 0 102 103 3 0 134 101
Binary 11111000 1010100 1010011 0 1000010 1000011 11 0 1011100 1000001

Color Harmonies of #F85453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85453

Black with #F85453

Text Example


Text Example

White with #F85453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85453; }

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

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

background-color css

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

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

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

border-color css

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

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

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