Html Css Color HEX #FC4C2F Red Orange

📋 copy color: '#FC4C2F'

red 252 ◦ green 76 ◦ blue 47

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

Shades of Red Orange #FC4C2F

Tints of Red Orange #FC4C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 67.2%
G = 20.27%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4C2F (or 0xFC4C2F) is known color: Red Orange. HEX triplet: FC, 4C and 2F. RGB value is (252,76,47). Sum of RGB (Red+Green+Blue) = 252+76+47=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C2F is #03B3D0. Grayscale: #7D7D7D. Windows color (decimal): -242641 or 3099900. OLE color: 3099900.

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

Color convert

RGB 252 76 47 -
CMYK 0 0.70 0.81 0.01
HSL 8.49º 0.97% 0.59% -
HSV(B) 8.49º 0.81% 0.99% -
XYZ 43.24 26.07 5.44 -
YUV 125.32 83.81 218.36 -
System Red Green Blue C M Y K H S L
Decimal 252 76 47 0 0.70 0.81 0.01 8.49 0.97 0.59
Hex FC 4C 2F 0 46 51 1 8 61 3B
Octal 374 114 57 0 106 121 1 10 141 73
Binary 11111100 1001100 101111 0 1000110 1010001 1 1000 1100001 111011

Color Harmonies of #FC4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C2F

Black with #FC4C2F

Text Example


Text Example

White with #FC4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C2F; }

 p { color: rgb(252,76,47); }

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

background-color css

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

 a { background-color: rgb(252,76,47); }

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

border-color css

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

 span { border-color: rgb(252,76,47); }

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