Html Css Color HEX #FF3C0E Orange Red

📋 copy color: '#FF3C0E'

red 255 ◦ green 60 ◦ blue 14

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

Shades of Orange Red #FF3C0E

Tints of Orange Red #FF3C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 77.51%
G = 18.24%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF3C0E (or 0xFF3C0E) is known color: Orange Red. HEX triplet: FF, 3C and 0E. RGB value is (255,60,14). Sum of RGB (Red+Green+Blue) = 255+60+14=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C0E is #00C3F1. Grayscale: #717171. Windows color (decimal): -50162 or 933119. OLE color: 933119.

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

Color convert

RGB 255 60 14 -
CMYK 0 0.76 0.95 0
HSL 11.45º 1% 0.53% -
HSV(B) 11.45º 0.95% 1% -
XYZ 42.94 24.52 2.89 -
YUV 113.06 72.1 229.24 -
System Red Green Blue C M Y K H S L
Decimal 255 60 14 0 0.76 0.95 0 11.45 1 0.53
Hex FF 3C E 0 4C 5F 0 B 64 35
Octal 377 74 16 0 114 137 0 13 144 65
Binary 11111111 111100 1110 0 1001100 1011111 0 1011 1100100 110101

Color Harmonies of #FF3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C0E

Black with #FF3C0E

Text Example


Text Example

White with #FF3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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