Html Css Color HEX #FC532C Outrageous Orange

📋 copy color: '#FC532C'

red 252 ◦ green 83 ◦ blue 44

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

Shades of Outrageous Orange #FC532C

Tints of Outrageous Orange #FC532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.61%

R = 66.49%
G = 21.9%
B = 11.61%

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

#FC532C (or 0xFC532C) is known color: Outrageous Orange. HEX triplet: FC, 53 and 2C. RGB value is (252,83,44). Sum of RGB (Red+Green+Blue) = 252+83+44=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC532C is #03ACD3. Grayscale: #818181. Windows color (decimal): -240852 or 2905084. OLE color: 2905084.

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

Color convert

RGB 252 83 44 -
CMYK 0 0.67 0.83 0.01
HSL 11.25º 0.97% 0.58% -
HSV(B) 11.25º 0.83% 0.99% -
XYZ 43.69 27.06 5.3 -
YUV 129.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 252 83 44 0 0.67 0.83 0.01 11.25 0.97 0.58
Hex FC 53 2C 0 43 53 1 B 61 3A
Octal 374 123 54 0 103 123 1 13 141 72
Binary 11111100 1010011 101100 0 1000011 1010011 1 1011 1100001 111010

Color Harmonies of #FC532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC532C

Black with #FC532C

Text Example


Text Example

White with #FC532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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