Html Css Color HEX #FC5E22 Outrageous Orange

📋 copy color: '#FC5E22'

red 252 ◦ green 94 ◦ blue 34

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

Shades of Outrageous Orange #FC5E22

Tints of Outrageous Orange #FC5E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 66.32%
G = 24.74%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5E22 (or 0xFC5E22) is known color: Outrageous Orange. HEX triplet: FC, 5E and 22. RGB value is (252,94,34). Sum of RGB (Red+Green+Blue) = 252+94+34=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E22 is #03A1DD. Grayscale: #868686. Windows color (decimal): -238046 or 2252540. OLE color: 2252540.

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

Color convert

RGB 252 94 34 -
CMYK 0 0.63 0.87 0.01
HSL 16.51º 0.97% 0.56% -
HSV(B) 16.51º 0.87% 0.99% -
XYZ 44.44 28.82 4.73 -
YUV 134.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 252 94 34 0 0.63 0.87 0.01 16.51 0.97 0.56
Hex FC 5E 22 0 3F 57 1 11 61 38
Octal 374 136 42 0 77 127 1 21 141 70
Binary 11111100 1011110 100010 0 111111 1010111 1 10001 1100001 111000

Color Harmonies of #FC5E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E22

Black with #FC5E22

Text Example


Text Example

White with #FC5E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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