Html Css Color HEX #FC5A29 Outrageous Orange

📋 copy color: '#FC5A29'

red 252 ◦ green 90 ◦ blue 41

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

Shades of Outrageous Orange #FC5A29

Tints of Outrageous Orange #FC5A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 65.8%
G = 23.5%
B = 10.7%

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

#FC5A29 (or 0xFC5A29) is known color: Outrageous Orange. HEX triplet: FC, 5A and 29. RGB value is (252,90,41). Sum of RGB (Red+Green+Blue) = 252+90+41=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A29 is #03A5D6. Grayscale: #858585. Windows color (decimal): -239063 or 2710268. OLE color: 2710268.

HSL color Cylindrical-coordinate representation of color #FC5A29: hue angle of 13.93º 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 #FC5A29 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 41 -
CMYK 0 0.64 0.84 0.01
HSL 13.93º 0.97% 0.57% -
HSV(B) 13.93º 0.84% 0.99% -
XYZ 44.2 28.17 5.21 -
YUV 132.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 252 90 41 0 0.64 0.84 0.01 13.93 0.97 0.57
Hex FC 5A 29 0 40 54 1 E 61 39
Octal 374 132 51 0 100 124 1 16 141 71
Binary 11111100 1011010 101001 0 1000000 1010100 1 1110 1100001 111001

Color Harmonies of #FC5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A29

Black with #FC5A29

Text Example


Text Example

White with #FC5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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