Html Css Color HEX #FC554A Sunset Orange

📋 copy color: '#FC554A'

red 252 ◦ green 85 ◦ blue 74

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

Shades of Sunset Orange #FC554A

Tints of Sunset Orange #FC554A

RGB

 RED value IS 252 (98.83% from 255) = 61.31%

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 61.31%
G = 20.68%
B = 18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC554A (or 0xFC554A) is known color: Sunset Orange. HEX triplet: FC, 55 and 4A. RGB value is (252,85,74). Sum of RGB (Red+Green+Blue) = 252+85+74=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC554A is #03AAB5. Grayscale: #858585. Windows color (decimal): -240310 or 4871676. OLE color: 4871676.

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

Color convert

RGB 252 85 74 -
CMYK 0 0.66 0.71 0.01
HSL 3.71º 0.97% 0.64% -
HSV(B) 3.71º 0.71% 0.99% -
XYZ 44.63 27.69 9.47 -
YUV 133.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 252 85 74 0 0.66 0.71 0.01 3.71 0.97 0.64
Hex FC 55 4A 0 42 47 1 4 61 40
Octal 374 125 112 0 102 107 1 4 141 100
Binary 11111100 1010101 1001010 0 1000010 1000111 1 100 1100001 1000000

Color Harmonies of #FC554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC554A

Black with #FC554A

Text Example


Text Example

White with #FC554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC554A; }

 p { color: rgb(252,85,74); }

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

background-color css

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

 a { background-color: rgb(252,85,74); }

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

border-color css

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

 span { border-color: rgb(252,85,74); }

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