Html Css Color HEX #FA553C Sunset Orange

📋 copy color: '#FA553C'

red 250 ◦ green 85 ◦ blue 60

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

Shades of Sunset Orange #FA553C

Tints of Sunset Orange #FA553C

RGB

 RED value IS 250 (98.05% from 255) = 63.29%

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

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

R = 63.29%
G = 21.52%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA553C (or 0xFA553C) is known color: Sunset Orange. HEX triplet: FA, 55 and 3C. RGB value is (250,85,60). Sum of RGB (Red+Green+Blue) = 250+85+60=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA553C is #05AAC3. Grayscale: #838383. Windows color (decimal): -371396 or 3954170. OLE color: 3954170.

HSL color Cylindrical-coordinate representation of color #FA553C: hue angle of 7.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA553C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 85 60 -
CMYK 0 0.66 0.76 0.02
HSL 7.89º 0.95% 0.61% -
HSV(B) 7.89º 0.76% 0.98% -
XYZ 43.49 27.15 7.22 -
YUV 131.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 250 85 60 0 0.66 0.76 0.02 7.89 0.95 0.61
Hex FA 55 3C 0 42 4C 2 8 5F 3D
Octal 372 125 74 0 102 114 2 10 137 75
Binary 11111010 1010101 111100 0 1000010 1001100 10 1000 1011111 111101

Color Harmonies of #FA553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA553C

Black with #FA553C

Text Example


Text Example

White with #FA553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA553C; }

 p { color: rgb(250,85,60); }

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

background-color css

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

 a { background-color: rgb(250,85,60); }

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

border-color css

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

 span { border-color: rgb(250,85,60); }

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