Html Css Color HEX #FC532A Outrageous Orange

📋 copy color: '#FC532A'

red 252 ◦ green 83 ◦ blue 42

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

Shades of Outrageous Orange #FC532A

Tints of Outrageous Orange #FC532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 66.84%
G = 22.02%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC532A (or 0xFC532A) is known color: Outrageous Orange. HEX triplet: FC, 53 and 2A. RGB value is (252,83,42). Sum of RGB (Red+Green+Blue) = 252+83+42=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC532A is #03ACD5. Grayscale: #818181. Windows color (decimal): -240854 or 2774012. OLE color: 2774012.

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

Color convert

RGB 252 83 42 -
CMYK 0 0.67 0.83 0.01
HSL 11.71º 0.97% 0.58% -
HSV(B) 11.71º 0.83% 0.99% -
XYZ 43.66 27.05 5.11 -
YUV 128.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 252 83 42 0 0.67 0.83 0.01 11.71 0.97 0.58
Hex FC 53 2A 0 43 53 1 C 61 3A
Octal 374 123 52 0 103 123 1 14 141 72
Binary 11111100 1010011 101010 0 1000011 1010011 1 1100 1100001 111010

Color Harmonies of #FC532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC532A

Black with #FC532A

Text Example


Text Example

White with #FC532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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