Html Css Color HEX #FC4A2D Red Orange

📋 copy color: '#FC4A2D'

red 252 ◦ green 74 ◦ blue 45

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

Shades of Red Orange #FC4A2D

Tints of Red Orange #FC4A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 67.92%
G = 19.95%
B = 12.13%

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

#FC4A2D (or 0xFC4A2D) is known color: Red Orange. HEX triplet: FC, 4A and 2D. RGB value is (252,74,45). Sum of RGB (Red+Green+Blue) = 252+74+45=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A2D is #03B5D2. Grayscale: #7C7C7C. Windows color (decimal): -243155 or 2968316. OLE color: 2968316.

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

Color convert

RGB 252 74 45 -
CMYK 0 0.71 0.82 0.01
HSL 8.41º 0.97% 0.58% -
HSV(B) 8.41º 0.82% 0.99% -
XYZ 43.07 25.78 5.19 -
YUV 123.92 83.47 219.36 -
System Red Green Blue C M Y K H S L
Decimal 252 74 45 0 0.71 0.82 0.01 8.41 0.97 0.58
Hex FC 4A 2D 0 47 52 1 8 61 3A
Octal 374 112 55 0 107 122 1 10 141 72
Binary 11111100 1001010 101101 0 1000111 1010010 1 1000 1100001 111010

Color Harmonies of #FC4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A2D

Black with #FC4A2D

Text Example


Text Example

White with #FC4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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