Html Css Color HEX #FC5E34 Outrageous Orange

📋 copy color: '#FC5E34'

red 252 ◦ green 94 ◦ blue 52

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

Shades of Outrageous Orange #FC5E34

Tints of Outrageous Orange #FC5E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 63.32%
G = 23.62%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC5E34 (or 0xFC5E34) is known color: Outrageous Orange. HEX triplet: FC, 5E and 34. RGB value is (252,94,52). Sum of RGB (Red+Green+Blue) = 252+94+52=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E34 is #03A1CB. Grayscale: #888888. Windows color (decimal): -238028 or 3432188. OLE color: 3432188.

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

Color convert

RGB 252 94 52 -
CMYK 0 0.63 0.79 0.01
HSL 12.6º 0.97% 0.6% -
HSV(B) 12.6º 0.79% 0.99% -
XYZ 44.77 28.95 6.48 -
YUV 136.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 252 94 52 0 0.63 0.79 0.01 12.6 0.97 0.6
Hex FC 5E 34 0 3F 4F 1 D 61 3C
Octal 374 136 64 0 77 117 1 15 141 74
Binary 11111100 1011110 110100 0 111111 1001111 1 1101 1100001 111100

Color Harmonies of #FC5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E34

Black with #FC5E34

Text Example


Text Example

White with #FC5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E34; }

 p { color: rgb(252,94,52); }

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

background-color css

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

 a { background-color: rgb(252,94,52); }

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

border-color css

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

 span { border-color: rgb(252,94,52); }

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