Html Css Color HEX #FD460C Orange Red

📋 copy color: '#FD460C'

red 253 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #FD460C

Tints of Orange Red #FD460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 75.52%
G = 20.9%
B = 3.58%

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

#FD460C (or 0xFD460C) is known color: Orange Red. HEX triplet: FD, 46 and 0C. RGB value is (253,70,12). Sum of RGB (Red+Green+Blue) = 253+70+12=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD460C is #02B9F3. Grayscale: #767676. Windows color (decimal): -178676 or 804605. OLE color: 804605.

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

Color convert

RGB 253 70 12 -
CMYK 0 0.72 0.95 0.01
HSL 14.44º 0.98% 0.52% -
HSV(B) 14.44º 0.95% 0.99% -
XYZ 42.76 25.29 2.98 -
YUV 118.11 68.13 224.22 -
System Red Green Blue C M Y K H S L
Decimal 253 70 12 0 0.72 0.95 0.01 14.44 0.98 0.52
Hex FD 46 C 0 48 5F 1 E 62 34
Octal 375 106 14 0 110 137 1 16 142 64
Binary 11111101 1000110 1100 0 1001000 1011111 1 1110 1100010 110100

Color Harmonies of #FD460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD460C

Black with #FD460C

Text Example


Text Example

White with #FD460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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