Html Css Color HEX #F5533C Sunset Orange

📋 copy color: '#F5533C'

red 245 ◦ green 83 ◦ blue 60

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

Shades of Sunset Orange #F5533C

Tints of Sunset Orange #F5533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 63.14%
G = 21.39%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5533C (or 0xF5533C) is known color: Sunset Orange. HEX triplet: F5, 53 and 3C. RGB value is (245,83,60). Sum of RGB (Red+Green+Blue) = 245+83+60=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5533C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5533C is #0AACC3. Grayscale: #818181. Windows color (decimal): -699588 or 3953653. OLE color: 3953653.

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

Color convert

RGB 245 83 60 -
CMYK 0 0.66 0.76 0.04
HSL 7.46º 0.9% 0.6% -
HSV(B) 7.46º 0.76% 0.96% -
XYZ 41.57 25.93 7.09 -
YUV 128.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 245 83 60 0 0.66 0.76 0.04 7.46 0.9 0.6
Hex F5 53 3C 0 42 4C 4 7 5A 3C
Octal 365 123 74 0 102 114 4 7 132 74
Binary 11110101 1010011 111100 0 1000010 1001100 100 111 1011010 111100

Color Harmonies of #F5533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5533C

Black with #F5533C

Text Example


Text Example

White with #F5533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5533C; }

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

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

background-color css

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

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

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

border-color css

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

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

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