Html Css Color HEX #FD9A40 Sunshade

📋 copy color: '#FD9A40'

red 253 ◦ green 154 ◦ blue 64

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

Shades of Sunshade #FD9A40

Tints of Sunshade #FD9A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 53.72%
G = 32.7%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD9A40 (or 0xFD9A40) is known color: Sunshade. HEX triplet: FD, 9A and 40. RGB value is (253,154,64). Sum of RGB (Red+Green+Blue) = 253+154+64=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9A40 is #0265BF. Grayscale: #ADADAD. Windows color (decimal): -157120 or 4233981. OLE color: 4233981.

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

Color convert

RGB 253 154 64 -
CMYK 0 0.39 0.75 0.01
HSL 28.57º 0.98% 0.62% -
HSV(B) 28.57º 0.75% 0.99% -
XYZ 52.99 44.36 10.62 -
YUV 173.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 253 154 64 0 0.39 0.75 0.01 28.57 0.98 0.62
Hex FD 9A 40 0 27 4B 1 1D 62 3E
Octal 375 232 100 0 47 113 1 35 142 76
Binary 11111101 10011010 1000000 0 100111 1001011 1 11101 1100010 111110

Color Harmonies of #FD9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9A40

Black with #FD9A40

Text Example


Text Example

White with #FD9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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