Html Css Color HEX #FC3D0A Orange Red

📋 copy color: '#FC3D0A'

red 252 ◦ green 61 ◦ blue 10

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

Shades of Orange Red #FC3D0A

Tints of Orange Red #FC3D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 78.02%
G = 18.89%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC3D0A (or 0xFC3D0A) is known color: Orange Red. HEX triplet: FC, 3D and 0A. RGB value is (252,61,10). Sum of RGB (Red+Green+Blue) = 252+61+10=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3D0A is #03C2F5. Grayscale: #707070. Windows color (decimal): -246518 or 671228. OLE color: 671228.

HSL color Cylindrical-coordinate representation of color #FC3D0A: hue angle of 12.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC3D0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 61 10 -
CMYK 0 0.76 0.96 0.01
HSL 12.64º 0.98% 0.51% -
HSV(B) 12.64º 0.96% 0.99% -
XYZ 41.87 24.05 2.72 -
YUV 112.3 70.28 227.65 -
System Red Green Blue C M Y K H S L
Decimal 252 61 10 0 0.76 0.96 0.01 12.64 0.98 0.51
Hex FC 3D A 0 4C 60 1 D 62 33
Octal 374 75 12 0 114 140 1 15 142 63
Binary 11111100 111101 1010 0 1001100 1100000 1 1101 1100010 110011

Color Harmonies of #FC3D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3D0A

Black with #FC3D0A

Text Example


Text Example

White with #FC3D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3D0A; }

 p { color: rgb(252,61,10); }

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

background-color css

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

 a { background-color: rgb(252,61,10); }

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

border-color css

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

 span { border-color: rgb(252,61,10); }

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