Html Css Color HEX #FD9413 Dark Orange

📋 copy color: '#FD9413'

red 253 ◦ green 148 ◦ blue 19

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

Shades of Dark Orange #FD9413

Tints of Dark Orange #FD9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 60.24%
G = 35.24%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD9413 (or 0xFD9413) is known color: Dark Orange. HEX triplet: FD, 94 and 13. RGB value is (253,148,19). Sum of RGB (Red+Green+Blue) = 253+148+19=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9413 is #026BEC. Grayscale: #A5A5A5. Windows color (decimal): -158701 or 1283325. OLE color: 1283325.

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

Color convert

RGB 253 148 19 -
CMYK 0 0.42 0.92 0.01
HSL 33.08º 0.98% 0.53% -
HSV(B) 33.08º 0.92% 0.99% -
XYZ 51.22 42.11 6.04 -
YUV 164.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 253 148 19 0 0.42 0.92 0.01 33.08 0.98 0.53
Hex FD 94 13 0 2A 5C 1 21 62 35
Octal 375 224 23 0 52 134 1 41 142 65
Binary 11111101 10010100 10011 0 101010 1011100 1 100001 1100010 110101

Color Harmonies of #FD9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9413

Black with #FD9413

Text Example


Text Example

White with #FD9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9413; }

 p { color: rgb(253,148,19); }

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

background-color css

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

 a { background-color: rgb(253,148,19); }

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

border-color css

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

 span { border-color: rgb(253,148,19); }

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