Html Css Color HEX #FC5A3E Outrageous Orange

📋 copy color: '#FC5A3E'

red 252 ◦ green 90 ◦ blue 62

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

Shades of Outrageous Orange #FC5A3E

Tints of Outrageous Orange #FC5A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 62.38%
G = 22.28%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC5A3E (or 0xFC5A3E) is known color: Outrageous Orange. HEX triplet: FC, 5A and 3E. RGB value is (252,90,62). Sum of RGB (Red+Green+Blue) = 252+90+62=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A3E is #03A5C1. Grayscale: #878787. Windows color (decimal): -239042 or 4086524. OLE color: 4086524.

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

Color convert

RGB 252 90 62 -
CMYK 0 0.64 0.75 0.01
HSL 8.84º 0.97% 0.62% -
HSV(B) 8.84º 0.75% 0.99% -
XYZ 44.67 28.36 7.68 -
YUV 135.25 86.67 211.28 -
System Red Green Blue C M Y K H S L
Decimal 252 90 62 0 0.64 0.75 0.01 8.84 0.97 0.62
Hex FC 5A 3E 0 40 4B 1 9 61 3E
Octal 374 132 76 0 100 113 1 11 141 76
Binary 11111100 1011010 111110 0 1000000 1001011 1 1001 1100001 111110

Color Harmonies of #FC5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A3E

Black with #FC5A3E

Text Example


Text Example

White with #FC5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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