Html Css Color HEX #FC5A24 Outrageous Orange

📋 copy color: '#FC5A24'

red 252 ◦ green 90 ◦ blue 36

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

Shades of Outrageous Orange #FC5A24

Tints of Outrageous Orange #FC5A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 66.67%
G = 23.81%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC5A24 (or 0xFC5A24) is known color: Outrageous Orange. HEX triplet: FC, 5A and 24. RGB value is (252,90,36). Sum of RGB (Red+Green+Blue) = 252+90+36=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A24 is #03A5DB. Grayscale: #848484. Windows color (decimal): -239068 or 2382588. OLE color: 2382588.

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

Color convert

RGB 252 90 36 -
CMYK 0 0.64 0.86 0.01
HSL 15º 0.97% 0.56% -
HSV(B) 15º 0.86% 0.99% -
XYZ 44.12 28.14 4.77 -
YUV 132.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 252 90 36 0 0.64 0.86 0.01 15 0.97 0.56
Hex FC 5A 24 0 40 56 1 F 61 38
Octal 374 132 44 0 100 126 1 17 141 70
Binary 11111100 1011010 100100 0 1000000 1010110 1 1111 1100001 111000

Color Harmonies of #FC5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A24

Black with #FC5A24

Text Example


Text Example

White with #FC5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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