Html Css Color HEX #FC3A0F Orange Red

📋 copy color: '#FC3A0F'

red 252 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #FC3A0F

Tints of Orange Red #FC3A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 77.54%
G = 17.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC3A0F (or 0xFC3A0F) is known color: Orange Red. HEX triplet: FC, 3A and 0F. RGB value is (252,58,15). Sum of RGB (Red+Green+Blue) = 252+58+15=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A0F is #03C5F0. Grayscale: #6F6F6F. Windows color (decimal): -247281 or 998140. OLE color: 998140.

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

Color convert

RGB 252 58 15 -
CMYK 0 0.77 0.94 0.01
HSL 10.89º 0.98% 0.52% -
HSV(B) 10.89º 0.94% 0.99% -
XYZ 41.74 23.76 2.84 -
YUV 111.1 73.77 228.5 -
System Red Green Blue C M Y K H S L
Decimal 252 58 15 0 0.77 0.94 0.01 10.89 0.98 0.52
Hex FC 3A F 0 4D 5E 1 B 62 34
Octal 374 72 17 0 115 136 1 13 142 64
Binary 11111100 111010 1111 0 1001101 1011110 1 1011 1100010 110100

Color Harmonies of #FC3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A0F

Black with #FC3A0F

Text Example


Text Example

White with #FC3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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