Html Css Color HEX #FD9502 Dark Orange

📋 copy color: '#FD9502'

red 253 ◦ green 149 ◦ blue 2

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

Shades of Dark Orange #FD9502

Tints of Dark Orange #FD9502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.62%
G = 36.88%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD9502 (or 0xFD9502) is known color: Dark Orange. HEX triplet: FD, 95 and 02. RGB value is (253,149,2). Sum of RGB (Red+Green+Blue) = 253+149+2=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9502 is #026AFD. Grayscale: #A4A4A4. Windows color (decimal): -158462 or 169469. OLE color: 169469.

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

Color convert

RGB 253 149 2 -
CMYK 0 0.41 0.99 0.01
HSL 35.14º 0.98% 0.5% -
HSV(B) 35.14º 0.99% 0.99% -
XYZ 51.27 42.38 5.54 -
YUV 163.34 36.96 191.95 -
System Red Green Blue C M Y K H S L
Decimal 253 149 2 0 0.41 0.99 0.01 35.14 0.98 0.5
Hex FD 95 2 0 29 63 1 23 62 32
Octal 375 225 2 0 51 143 1 43 142 62
Binary 11111101 10010101 10 0 101001 1100011 1 100011 1100010 110010

Color Harmonies of #FD9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9502

Black with #FD9502

Text Example


Text Example

White with #FD9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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