Html Css Color HEX #FC482D Red Orange

📋 copy color: '#FC482D'

red 252 ◦ green 72 ◦ blue 45

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

Shades of Red Orange #FC482D

Tints of Red Orange #FC482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

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

R = 68.29%
G = 19.51%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC482D (or 0xFC482D) is known color: Red Orange. HEX triplet: FC, 48 and 2D. RGB value is (252,72,45). Sum of RGB (Red+Green+Blue) = 252+72+45=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC482D is #03B7D2. Grayscale: #7B7B7B. Windows color (decimal): -243667 or 2967804. OLE color: 2967804.

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

Color convert

RGB 252 72 45 -
CMYK 0 0.71 0.82 0.01
HSL 7.83º 0.97% 0.58% -
HSV(B) 7.83º 0.82% 0.99% -
XYZ 42.94 25.52 5.15 -
YUV 122.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 252 72 45 0 0.71 0.82 0.01 7.83 0.97 0.58
Hex FC 48 2D 0 47 52 1 8 61 3A
Octal 374 110 55 0 107 122 1 10 141 72
Binary 11111100 1001000 101101 0 1000111 1010010 1 1000 1100001 111010

Color Harmonies of #FC482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC482D

Black with #FC482D

Text Example


Text Example

White with #FC482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC482D; }

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

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

background-color css

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

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

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

border-color css

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

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

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