Html Css Color HEX #FC5A28 Outrageous Orange

📋 copy color: '#FC5A28'

red 252 ◦ green 90 ◦ blue 40

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

Shades of Outrageous Orange #FC5A28

Tints of Outrageous Orange #FC5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 65.97%
G = 23.56%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5A28 (or 0xFC5A28) is known color: Outrageous Orange. HEX triplet: FC, 5A and 28. RGB value is (252,90,40). Sum of RGB (Red+Green+Blue) = 252+90+40=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A28 is #03A5D7. Grayscale: #858585. Windows color (decimal): -239064 or 2644732. OLE color: 2644732.

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

Color convert

RGB 252 90 40 -
CMYK 0 0.64 0.84 0.01
HSL 14.15º 0.97% 0.57% -
HSV(B) 14.15º 0.84% 0.99% -
XYZ 44.18 28.16 5.11 -
YUV 132.74 75.67 213.07 -
System Red Green Blue C M Y K H S L
Decimal 252 90 40 0 0.64 0.84 0.01 14.15 0.97 0.57
Hex FC 5A 28 0 40 54 1 E 61 39
Octal 374 132 50 0 100 124 1 16 141 71
Binary 11111100 1011010 101000 0 1000000 1010100 1 1110 1100001 111001

Color Harmonies of #FC5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A28

Black with #FC5A28

Text Example


Text Example

White with #FC5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A28; }

 p { color: rgb(252,90,40); }

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

background-color css

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

 a { background-color: rgb(252,90,40); }

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

border-color css

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

 span { border-color: rgb(252,90,40); }

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