Html Css Color HEX #FC3C0F Orange Red

📋 copy color: '#FC3C0F'

red 252 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #FC3C0F

Tints of Orange Red #FC3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 77.06%
G = 18.35%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC3C0F (or 0xFC3C0F) is known color: Orange Red. HEX triplet: FC, 3C and 0F. RGB value is (252,60,15). Sum of RGB (Red+Green+Blue) = 252+60+15=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C0F is #03C3F0. Grayscale: #707070. Windows color (decimal): -246769 or 998652. OLE color: 998652.

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

Color convert

RGB 252 60 15 -
CMYK 0 0.76 0.94 0.01
HSL 11.39º 0.98% 0.52% -
HSV(B) 11.39º 0.94% 0.99% -
XYZ 41.85 23.96 2.87 -
YUV 112.28 73.11 227.66 -
System Red Green Blue C M Y K H S L
Decimal 252 60 15 0 0.76 0.94 0.01 11.39 0.98 0.52
Hex FC 3C F 0 4C 5E 1 B 62 34
Octal 374 74 17 0 114 136 1 13 142 64
Binary 11111100 111100 1111 0 1001100 1011110 1 1011 1100010 110100

Color Harmonies of #FC3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C0F

Black with #FC3C0F

Text Example


Text Example

White with #FC3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C0F; }

 p { color: rgb(252,60,15); }

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

background-color css

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

 a { background-color: rgb(252,60,15); }

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

border-color css

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

 span { border-color: rgb(252,60,15); }

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