Html Css Color HEX #FD954D Sunshade

📋 copy color: '#FD954D'

red 253 ◦ green 149 ◦ blue 77

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

Shades of Sunshade #FD954D

Tints of Sunshade #FD954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.08%

R = 52.82%
G = 31.11%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD954D (or 0xFD954D) is known color: Sunshade. HEX triplet: FD, 95 and 4D. RGB value is (253,149,77). Sum of RGB (Red+Green+Blue) = 253+149+77=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD954D is #026AB2. Grayscale: #ACACAC. Windows color (decimal): -158387 or 5084669. OLE color: 5084669.

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

Color convert

RGB 253 149 77 -
CMYK 0 0.41 0.70 0.01
HSL 24.55º 0.98% 0.65% -
HSV(B) 24.55º 0.7% 0.99% -
XYZ 52.6 42.91 12.53 -
YUV 171.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 253 149 77 0 0.41 0.70 0.01 24.55 0.98 0.65
Hex FD 95 4D 0 29 46 1 19 62 41
Octal 375 225 115 0 51 106 1 31 142 101
Binary 11111101 10010101 1001101 0 101001 1000110 1 11001 1100010 1000001

Color Harmonies of #FD954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD954D

Black with #FD954D

Text Example


Text Example

White with #FD954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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