Html Css Color HEX #FD460D Orange Red

📋 copy color: '#FD460D'

red 253 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #FD460D

Tints of Orange Red #FD460D

RGB

 RED value IS 253 (99.22% from 255) = 75.3%

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

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

R = 75.3%
G = 20.83%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD460D (or 0xFD460D) is known color: Orange Red. HEX triplet: FD, 46 and 0D. RGB value is (253,70,13). Sum of RGB (Red+Green+Blue) = 253+70+13=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD460D is #02B9F2. Grayscale: #767676. Windows color (decimal): -178675 or 870141. OLE color: 870141.

HSL color Cylindrical-coordinate representation of color #FD460D: hue angle of 14.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD460D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 70 13 -
CMYK 0 0.72 0.95 0.01
HSL 14.25º 0.98% 0.52% -
HSV(B) 14.25º 0.95% 0.99% -
XYZ 42.77 25.29 3.01 -
YUV 118.22 68.63 224.13 -
System Red Green Blue C M Y K H S L
Decimal 253 70 13 0 0.72 0.95 0.01 14.25 0.98 0.52
Hex FD 46 D 0 48 5F 1 E 62 34
Octal 375 106 15 0 110 137 1 16 142 64
Binary 11111101 1000110 1101 0 1001000 1011111 1 1110 1100010 110100

Color Harmonies of #FD460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD460D

Black with #FD460D

Text Example


Text Example

White with #FD460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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