Html Css Color HEX #FC532D Outrageous Orange

📋 copy color: '#FC532D'

red 252 ◦ green 83 ◦ blue 45

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

Shades of Outrageous Orange #FC532D

Tints of Outrageous Orange #FC532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 66.32%
G = 21.84%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC532D (or 0xFC532D) is known color: Outrageous Orange. HEX triplet: FC, 53 and 2D. RGB value is (252,83,45). Sum of RGB (Red+Green+Blue) = 252+83+45=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC532D is #03ACD2. Grayscale: #818181. Windows color (decimal): -240851 or 2970620. OLE color: 2970620.

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

Color convert

RGB 252 83 45 -
CMYK 0 0.67 0.82 0.01
HSL 11.01º 0.97% 0.58% -
HSV(B) 11.01º 0.82% 0.99% -
XYZ 43.71 27.07 5.4 -
YUV 129.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 252 83 45 0 0.67 0.82 0.01 11.01 0.97 0.58
Hex FC 53 2D 0 43 52 1 B 61 3A
Octal 374 123 55 0 103 122 1 13 141 72
Binary 11111100 1010011 101101 0 1000011 1010010 1 1011 1100001 111010

Color Harmonies of #FC532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC532D

Black with #FC532D

Text Example


Text Example

White with #FC532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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