Html Css Color HEX #FC5D1E Outrageous Orange

📋 copy color: '#FC5D1E'

red 252 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #FC5D1E

Tints of Outrageous Orange #FC5D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 67.2%
G = 24.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC5D1E (or 0xFC5D1E) is known color: Outrageous Orange. HEX triplet: FC, 5D and 1E. RGB value is (252,93,30). Sum of RGB (Red+Green+Blue) = 252+93+30=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D1E is #03A2E1. Grayscale: #858585. Windows color (decimal): -238306 or 1990140. OLE color: 1990140.

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

Color convert

RGB 252 93 30 -
CMYK 0 0.63 0.88 0.01
HSL 17.03º 0.97% 0.55% -
HSV(B) 17.03º 0.88% 0.99% -
XYZ 44.29 28.62 4.42 -
YUV 133.36 69.68 212.62 -
System Red Green Blue C M Y K H S L
Decimal 252 93 30 0 0.63 0.88 0.01 17.03 0.97 0.55
Hex FC 5D 1E 0 3F 58 1 11 61 37
Octal 374 135 36 0 77 130 1 21 141 67
Binary 11111100 1011101 11110 0 111111 1011000 1 10001 1100001 110111

Color Harmonies of #FC5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D1E

Black with #FC5D1E

Text Example


Text Example

White with #FC5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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