Html Css Color HEX #FC5D2F Outrageous Orange

📋 copy color: '#FC5D2F'

red 252 ◦ green 93 ◦ blue 47

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

Shades of Outrageous Orange #FC5D2F

Tints of Outrageous Orange #FC5D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 64.29%
G = 23.72%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5D2F (or 0xFC5D2F) is known color: Outrageous Orange. HEX triplet: FC, 5D and 2F. RGB value is (252,93,47). Sum of RGB (Red+Green+Blue) = 252+93+47=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D2F is #03A2D0. Grayscale: #878787. Windows color (decimal): -238289 or 3104252. OLE color: 3104252.

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

Color convert

RGB 252 93 47 -
CMYK 0 0.63 0.81 0.01
HSL 13.46º 0.97% 0.59% -
HSV(B) 13.46º 0.81% 0.99% -
XYZ 44.57 28.73 5.89 -
YUV 135.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 252 93 47 0 0.63 0.81 0.01 13.46 0.97 0.59
Hex FC 5D 2F 0 3F 51 1 D 61 3B
Octal 374 135 57 0 77 121 1 15 141 73
Binary 11111100 1011101 101111 0 111111 1010001 1 1101 1100001 111011

Color Harmonies of #FC5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D2F

Black with #FC5D2F

Text Example


Text Example

White with #FC5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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