Html Css Color HEX #FD4010 Orange Red

📋 copy color: '#FD4010'

red 253 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #FD4010

Tints of Orange Red #FD4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 75.98%
G = 19.22%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD4010 (or 0xFD4010) is known color: Orange Red. HEX triplet: FD, 40 and 10. RGB value is (253,64,16). Sum of RGB (Red+Green+Blue) = 253+64+16=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4010 is #02BFEF. Grayscale: #737373. Windows color (decimal): -180208 or 1065213. OLE color: 1065213.

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

Color convert

RGB 253 64 16 -
CMYK 0 0.75 0.94 0.01
HSL 12.15º 0.98% 0.53% -
HSV(B) 12.15º 0.94% 0.99% -
XYZ 42.43 24.59 3 -
YUV 115.04 72.12 226.4 -
System Red Green Blue C M Y K H S L
Decimal 253 64 16 0 0.75 0.94 0.01 12.15 0.98 0.53
Hex FD 40 10 0 4B 5E 1 C 62 35
Octal 375 100 20 0 113 136 1 14 142 65
Binary 11111101 1000000 10000 0 1001011 1011110 1 1100 1100010 110101

Color Harmonies of #FD4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4010

Black with #FD4010

Text Example


Text Example

White with #FD4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4010; }

 p { color: rgb(253,64,16); }

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

background-color css

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

 a { background-color: rgb(253,64,16); }

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

border-color css

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

 span { border-color: rgb(253,64,16); }

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