Html Css Color HEX #FF460E Orange Red

📋 copy color: '#FF460E'

red 255 ◦ green 70 ◦ blue 14

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

Shades of Orange Red #FF460E

Tints of Orange Red #FF460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 75.22%
G = 20.65%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF460E (or 0xFF460E) is known color: Orange Red. HEX triplet: FF, 46 and 0E. RGB value is (255,70,14). Sum of RGB (Red+Green+Blue) = 255+70+14=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF460E is #00B9F1. Grayscale: #777777. Windows color (decimal): -47602 or 935679. OLE color: 935679.

HSL color Cylindrical-coordinate representation of color #FF460E: hue angle of 13.94º 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 #FF460E is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 70 14 -
CMYK 0 0.73 0.95 0
HSL 13.94º 1% 0.53% -
HSV(B) 13.94º 0.95% 1% -
XYZ 43.51 25.67 3.08 -
YUV 118.93 68.79 225.05 -
System Red Green Blue C M Y K H S L
Decimal 255 70 14 0 0.73 0.95 0 13.94 1 0.53
Hex FF 46 E 0 49 5F 0 E 64 35
Octal 377 106 16 0 111 137 0 16 144 65
Binary 11111111 1000110 1110 0 1001001 1011111 0 1110 1100100 110101

Color Harmonies of #FF460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF460E

Black with #FF460E

Text Example


Text Example

White with #FF460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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