Html Css Color HEX #FC3F2D Red Orange

📋 copy color: '#FC3F2D'

red 252 ◦ green 63 ◦ blue 45

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

Shades of Red Orange #FC3F2D

Tints of Red Orange #FC3F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

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

R = 70%
G = 17.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC3F2D (or 0xFC3F2D) is known color: Red Orange. HEX triplet: FC, 3F and 2D. RGB value is (252,63,45). Sum of RGB (Red+Green+Blue) = 252+63+45=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F2D is #03C0D2. Grayscale: #757575. Windows color (decimal): -245971 or 2965500. OLE color: 2965500.

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

Color convert

RGB 252 63 45 -
CMYK 0 0.75 0.82 0.01
HSL 5.22º 0.97% 0.58% -
HSV(B) 5.22º 0.82% 0.99% -
XYZ 42.4 24.44 4.97 -
YUV 117.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 252 63 45 0 0.75 0.82 0.01 5.22 0.97 0.58
Hex FC 3F 2D 0 4B 52 1 5 61 3A
Octal 374 77 55 0 113 122 1 5 141 72
Binary 11111100 111111 101101 0 1001011 1010010 1 101 1100001 111010

Color Harmonies of #FC3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F2D

Black with #FC3F2D

Text Example


Text Example

White with #FC3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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