Html Css Color HEX #FC5A1D Outrageous Orange

📋 copy color: '#FC5A1D'

red 252 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #FC5A1D

Tints of Outrageous Orange #FC5A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 67.92%
G = 24.26%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC5A1D (or 0xFC5A1D) is known color: Outrageous Orange. HEX triplet: FC, 5A and 1D. RGB value is (252,90,29). Sum of RGB (Red+Green+Blue) = 252+90+29=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A1D is #03A5E2. Grayscale: #838383. Windows color (decimal): -239075 or 1923836. OLE color: 1923836.

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

Color convert

RGB 252 90 29 -
CMYK 0 0.64 0.88 0.01
HSL 16.41º 0.97% 0.55% -
HSV(B) 16.41º 0.88% 0.99% -
XYZ 44.02 28.1 4.27 -
YUV 131.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 252 90 29 0 0.64 0.88 0.01 16.41 0.97 0.55
Hex FC 5A 1D 0 40 58 1 10 61 37
Octal 374 132 35 0 100 130 1 20 141 67
Binary 11111100 1011010 11101 0 1000000 1011000 1 10000 1100001 110111

Color Harmonies of #FC5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A1D

Black with #FC5A1D

Text Example


Text Example

White with #FC5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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