Html Css Color HEX #FF460D Orange Red

📋 copy color: '#FF460D'

red 255 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #FF460D

Tints of Orange Red #FF460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 75.44%
G = 20.71%
B = 3.85%

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

#FF460D (or 0xFF460D) is known color: Orange Red. HEX triplet: FF, 46 and 0D. RGB value is (255,70,13). Sum of RGB (Red+Green+Blue) = 255+70+13=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF460D is #00B9F2. Grayscale: #777777. Windows color (decimal): -47603 or 870143. OLE color: 870143.

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

Color convert

RGB 255 70 13 -
CMYK 0 0.73 0.95 0
HSL 14.13º 1% 0.53% -
HSV(B) 14.13º 0.95% 1% -
XYZ 43.5 25.67 3.04 -
YUV 118.82 68.29 225.13 -
System Red Green Blue C M Y K H S L
Decimal 255 70 13 0 0.73 0.95 0 14.13 1 0.53
Hex FF 46 D 0 49 5F 0 E 64 35
Octal 377 106 15 0 111 137 0 16 144 65
Binary 11111111 1000110 1101 0 1001001 1011111 0 1110 1100100 110101

Color Harmonies of #FF460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF460D

Black with #FF460D

Text Example


Text Example

White with #FF460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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