Html Css Color HEX #F55353 Sunset Orange

📋 copy color: '#F55353'

red 245 ◦ green 83 ◦ blue 83

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

Shades of Sunset Orange #F55353

Tints of Sunset Orange #F55353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 59.61%
G = 20.19%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F55353 (or 0xF55353) is known color: Sunset Orange. HEX triplet: F5, 53 and 53. RGB value is (245,83,83). Sum of RGB (Red+Green+Blue) = 245+83+83=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F55353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55353 is #0AACAC. Grayscale: #838383. Windows color (decimal): -699565 or 5460981. OLE color: 5460981.

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

Color convert

RGB 245 83 83 -
CMYK 0 0.66 0.66 0.04
HSL 0.89% 0.64% -
HSV(B) 0.66% 0.96% -
XYZ 42.31 26.22 11.02 -
YUV 131.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 245 83 83 0 0.66 0.66 0.04 0 0.89 0.64
Hex F5 53 53 0 42 42 4 0 59 40
Octal 365 123 123 0 102 102 4 0 131 100
Binary 11110101 1010011 1010011 0 1000010 1000010 100 0 1011001 1000000

Color Harmonies of #F55353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55353

Black with #F55353

Text Example


Text Example

White with #F55353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55353; }

 p { color: rgb(245,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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