Html Css Color HEX #FD9500 Dark Orange

📋 copy color: '#FD9500'

red 253 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #FD9500

Tints of Dark Orange #FD9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.94%
G = 37.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD9500 (or 0xFD9500) is known color: Dark Orange. HEX triplet: FD, 95 and 00. RGB value is (253,149,0). Sum of RGB (Red+Green+Blue) = 253+149+0=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9500 is #026AFF. Grayscale: #A3A3A3. Windows color (decimal): -158464 or 38397. OLE color: 38397.

HSL color Cylindrical-coordinate representation of color #FD9500: hue angle of 35.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD9500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 0 -
CMYK 0 0.41 1 0.01
HSL 35.34º 1% 0.5% -
HSV(B) 35.34º 1% 0.99% -
XYZ 51.26 42.38 5.48 -
YUV 163.11 35.96 192.12 -
System Red Green Blue C M Y K H S L
Decimal 253 149 0 0 0.41 1 0.01 35.34 1 0.5
Hex FD 95 0 0 29 64 1 23 64 32
Octal 375 225 0 0 51 144 1 43 144 62
Binary 11111101 10010101 0 0 101001 1100100 1 100011 1100100 110010

Color Harmonies of #FD9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9500

Black with #FD9500

Text Example


Text Example

White with #FD9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9500; }

 p { color: rgb(253,149,0); }

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

background-color css

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

 a { background-color: rgb(253,149,0); }

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

border-color css

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

 span { border-color: rgb(253,149,0); }

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