Html Css Color HEX #FC592A Outrageous Orange

📋 copy color: '#FC592A'

red 252 ◦ green 89 ◦ blue 42

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

Shades of Outrageous Orange #FC592A

Tints of Outrageous Orange #FC592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 65.8%
G = 23.24%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC592A (or 0xFC592A) is known color: Outrageous Orange. HEX triplet: FC, 59 and 2A. RGB value is (252,89,42). Sum of RGB (Red+Green+Blue) = 252+89+42=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC592A is #03A6D5. Grayscale: #848484. Windows color (decimal): -239318 or 2775548. OLE color: 2775548.

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

Color convert

RGB 252 89 42 -
CMYK 0 0.65 0.83 0.01
HSL 13.43º 0.97% 0.58% -
HSV(B) 13.43º 0.83% 0.99% -
XYZ 44.14 28.01 5.27 -
YUV 132.38 77 213.32 -
System Red Green Blue C M Y K H S L
Decimal 252 89 42 0 0.65 0.83 0.01 13.43 0.97 0.58
Hex FC 59 2A 0 41 53 1 D 61 3A
Octal 374 131 52 0 101 123 1 15 141 72
Binary 11111100 1011001 101010 0 1000001 1010011 1 1101 1100001 111010

Color Harmonies of #FC592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC592A

Black with #FC592A

Text Example


Text Example

White with #FC592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC592A; }

 p { color: rgb(252,89,42); }

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

background-color css

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

 a { background-color: rgb(252,89,42); }

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

border-color css

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

 span { border-color: rgb(252,89,42); }

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