Html Css Color HEX #FC5521 Outrageous Orange

📋 copy color: '#FC5521'

red 252 ◦ green 85 ◦ blue 33

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

Shades of Outrageous Orange #FC5521

Tints of Outrageous Orange #FC5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.92%

R = 68.11%
G = 22.97%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5521 (or 0xFC5521) is known color: Outrageous Orange. HEX triplet: FC, 55 and 21. RGB value is (252,85,33). Sum of RGB (Red+Green+Blue) = 252+85+33=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5521 is #03AADE. Grayscale: #818181. Windows color (decimal): -240351 or 2184700. OLE color: 2184700.

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

Color convert

RGB 252 85 33 -
CMYK 0 0.66 0.87 0.01
HSL 14.25º 0.97% 0.56% -
HSV(B) 14.25º 0.87% 0.99% -
XYZ 43.67 27.3 4.41 -
YUV 129.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 252 85 33 0 0.66 0.87 0.01 14.25 0.97 0.56
Hex FC 55 21 0 42 57 1 E 61 38
Octal 374 125 41 0 102 127 1 16 141 70
Binary 11111100 1010101 100001 0 1000010 1010111 1 1110 1100001 111000

Color Harmonies of #FC5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5521

Black with #FC5521

Text Example


Text Example

White with #FC5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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