Html Css Color HEX #FC5D29 Outrageous Orange

📋 copy color: '#FC5D29'

red 252 ◦ green 93 ◦ blue 41

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

Shades of Outrageous Orange #FC5D29

Tints of Outrageous Orange #FC5D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 65.28%
G = 24.09%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5D29 (or 0xFC5D29) is known color: Outrageous Orange. HEX triplet: FC, 5D and 29. RGB value is (252,93,41). Sum of RGB (Red+Green+Blue) = 252+93+41=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D29 is #03A2D6. Grayscale: #868686. Windows color (decimal): -238295 or 2711036. OLE color: 2711036.

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

Color convert

RGB 252 93 41 -
CMYK 0 0.63 0.84 0.01
HSL 14.79º 0.97% 0.57% -
HSV(B) 14.79º 0.84% 0.99% -
XYZ 44.46 28.68 5.29 -
YUV 134.61 75.18 211.73 -
System Red Green Blue C M Y K H S L
Decimal 252 93 41 0 0.63 0.84 0.01 14.79 0.97 0.57
Hex FC 5D 29 0 3F 54 1 F 61 39
Octal 374 135 51 0 77 124 1 17 141 71
Binary 11111100 1011101 101001 0 111111 1010100 1 1111 1100001 111001

Color Harmonies of #FC5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D29

Black with #FC5D29

Text Example


Text Example

White with #FC5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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