Html Css Color HEX #F5553D Sunset Orange

📋 copy color: '#F5553D'

red 245 ◦ green 85 ◦ blue 61

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

Shades of Sunset Orange #F5553D

Tints of Sunset Orange #F5553D

RGB

 RED value IS 245 (96.09% from 255) = 62.66%

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

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

R = 62.66%
G = 21.74%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5553D (or 0xF5553D) is known color: Sunset Orange. HEX triplet: F5, 55 and 3D. RGB value is (245,85,61). Sum of RGB (Red+Green+Blue) = 245+85+61=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5553D is #0AAAC2. Grayscale: #828282. Windows color (decimal): -699075 or 4019701. OLE color: 4019701.

HSL color Cylindrical-coordinate representation of color #F5553D: hue angle of 7.83º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5553D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 61 -
CMYK 0 0.65 0.75 0.04
HSL 7.83º 0.9% 0.6% -
HSV(B) 7.83º 0.75% 0.96% -
XYZ 41.75 26.25 7.28 -
YUV 130.1 89.01 209.95 -
System Red Green Blue C M Y K H S L
Decimal 245 85 61 0 0.65 0.75 0.04 7.83 0.9 0.6
Hex F5 55 3D 0 41 4B 4 8 5A 3C
Octal 365 125 75 0 101 113 4 10 132 74
Binary 11110101 1010101 111101 0 1000001 1001011 100 1000 1011010 111100

Color Harmonies of #F5553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5553D

Black with #F5553D

Text Example


Text Example

White with #F5553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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