Html Css Color HEX #FD9302 Dark Orange

📋 copy color: '#FD9302'

red 253 ◦ green 147 ◦ blue 2

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

Shades of Dark Orange #FD9302

Tints of Dark Orange #FD9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 62.94%
G = 36.57%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD9302 (or 0xFD9302) is known color: Dark Orange. HEX triplet: FD, 93 and 02. RGB value is (253,147,2). Sum of RGB (Red+Green+Blue) = 253+147+2=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9302 is #026CFD. Grayscale: #A2A2A2. Windows color (decimal): -158974 or 168957. OLE color: 168957.

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

Color convert

RGB 253 147 2 -
CMYK 0 0.42 0.99 0.01
HSL 34.66º 0.98% 0.5% -
HSV(B) 34.66º 0.99% 0.99% -
XYZ 50.95 41.75 5.43 -
YUV 162.16 37.62 192.79 -
System Red Green Blue C M Y K H S L
Decimal 253 147 2 0 0.42 0.99 0.01 34.66 0.98 0.5
Hex FD 93 2 0 2A 63 1 23 62 32
Octal 375 223 2 0 52 143 1 43 142 62
Binary 11111101 10010011 10 0 101010 1100011 1 100011 1100010 110010

Color Harmonies of #FD9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9302

Black with #FD9302

Text Example


Text Example

White with #FD9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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