Html Css Color HEX #FC5A22 Outrageous Orange

📋 copy color: '#FC5A22'

red 252 ◦ green 90 ◦ blue 34

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

Shades of Outrageous Orange #FC5A22

Tints of Outrageous Orange #FC5A22

RGB

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

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

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

R = 67.02%
G = 23.94%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5A22 (or 0xFC5A22) is known color: Outrageous Orange. HEX triplet: FC, 5A and 22. RGB value is (252,90,34). Sum of RGB (Red+Green+Blue) = 252+90+34=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A22 is #03A5DD. Grayscale: #848484. Windows color (decimal): -239070 or 2251516. OLE color: 2251516.

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

Color convert

RGB 252 90 34 -
CMYK 0 0.64 0.87 0.01
HSL 15.41º 0.97% 0.56% -
HSV(B) 15.41º 0.87% 0.99% -
XYZ 44.09 28.12 4.62 -
YUV 132.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 252 90 34 0 0.64 0.87 0.01 15.41 0.97 0.56
Hex FC 5A 22 0 40 57 1 F 61 38
Octal 374 132 42 0 100 127 1 17 141 70
Binary 11111100 1011010 100010 0 1000000 1010111 1 1111 1100001 111000

Color Harmonies of #FC5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A22

Black with #FC5A22

Text Example


Text Example

White with #FC5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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