Html Css Color HEX #F8553D Sunset Orange

📋 copy color: '#F8553D'

red 248 ◦ green 85 ◦ blue 61

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

Shades of Sunset Orange #F8553D

Tints of Sunset Orange #F8553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 62.94%
G = 21.57%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8553D (or 0xF8553D) is known color: Sunset Orange. HEX triplet: F8, 55 and 3D. RGB value is (248,85,61). Sum of RGB (Red+Green+Blue) = 248+85+61=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8553D is #07AAC2. Grayscale: #838383. Windows color (decimal): -502467 or 4019704. OLE color: 4019704.

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

Color convert

RGB 248 85 61 -
CMYK 0 0.66 0.75 0.03
HSL 7.7º 0.93% 0.61% -
HSV(B) 7.7º 0.75% 0.97% -
XYZ 42.8 26.79 7.33 -
YUV 131 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 248 85 61 0 0.66 0.75 0.03 7.7 0.93 0.61
Hex F8 55 3D 0 42 4B 3 8 5D 3D
Octal 370 125 75 0 102 113 3 10 135 75
Binary 11111000 1010101 111101 0 1000010 1001011 11 1000 1011101 111101

Color Harmonies of #F8553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8553D

Black with #F8553D

Text Example


Text Example

White with #F8553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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