Html Css Color HEX #FD984A Sunshade

📋 copy color: '#FD984A'

red 253 ◦ green 152 ◦ blue 74

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

Shades of Sunshade #FD984A

Tints of Sunshade #FD984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 52.82%
G = 31.73%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD984A (or 0xFD984A) is known color: Sunshade. HEX triplet: FD, 98 and 4A. RGB value is (253,152,74). Sum of RGB (Red+Green+Blue) = 253+152+74=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD984A is #0267B5. Grayscale: #ADADAD. Windows color (decimal): -157622 or 4888829. OLE color: 4888829.

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

Color convert

RGB 253 152 74 -
CMYK 0 0.40 0.71 0.01
HSL 26.15º 0.98% 0.64% -
HSV(B) 26.15º 0.71% 0.99% -
XYZ 52.97 43.83 12.15 -
YUV 173.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 253 152 74 0 0.40 0.71 0.01 26.15 0.98 0.64
Hex FD 98 4A 0 28 47 1 1A 62 40
Octal 375 230 112 0 50 107 1 32 142 100
Binary 11111101 10011000 1001010 0 101000 1000111 1 11010 1100010 1000000

Color Harmonies of #FD984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD984A

Black with #FD984A

Text Example


Text Example

White with #FD984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD984A; }

 p { color: rgb(253,152,74); }

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

background-color css

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

 a { background-color: rgb(253,152,74); }

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

border-color css

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

 span { border-color: rgb(253,152,74); }

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