Html Css Color HEX #FF3C12 Orange Red

📋 copy color: '#FF3C12'

red 255 ◦ green 60 ◦ blue 18

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

Shades of Orange Red #FF3C12

Tints of Orange Red #FF3C12

RGB

 RED value IS 255 (100% from 255) = 76.58%

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 76.58%
G = 18.02%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3C12 (or 0xFF3C12) is known color: Orange Red. HEX triplet: FF, 3C and 12. RGB value is (255,60,18). Sum of RGB (Red+Green+Blue) = 255+60+18=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C12 is #00C3ED. Grayscale: #717171. Windows color (decimal): -50158 or 1195263. OLE color: 1195263.

HSL color Cylindrical-coordinate representation of color #FF3C12: hue angle of 10.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3C12 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 60 18 -
CMYK 0 0.76 0.93 0
HSL 10.63º 1% 0.54% -
HSV(B) 10.63º 0.93% 1% -
XYZ 42.97 24.54 3.04 -
YUV 113.52 74.1 228.92 -
System Red Green Blue C M Y K H S L
Decimal 255 60 18 0 0.76 0.93 0 10.63 1 0.54
Hex FF 3C 12 0 4C 5D 0 B 64 36
Octal 377 74 22 0 114 135 0 13 144 66
Binary 11111111 111100 10010 0 1001100 1011101 0 1011 1100100 110110

Color Harmonies of #FF3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C12

Black with #FF3C12

Text Example


Text Example

White with #FF3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C12; }

 p { color: rgb(255,60,18); }

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

background-color css

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

 a { background-color: rgb(255,60,18); }

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

border-color css

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

 span { border-color: rgb(255,60,18); }

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