Html Css Color HEX #FDA352 Sunshade

📋 copy color: '#FDA352'

red 253 ◦ green 163 ◦ blue 82

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

Shades of Sunshade #FDA352

Tints of Sunshade #FDA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 50.8%
G = 32.73%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA352 (or 0xFDA352) is known color: Sunshade. HEX triplet: FD, A3 and 52. RGB value is (253,163,82). Sum of RGB (Red+Green+Blue) = 253+163+82=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA352 is #025CAD. Grayscale: #B5B5B5. Windows color (decimal): -154798 or 5415933. OLE color: 5415933.

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

Color convert

RGB 253 163 82 -
CMYK 0 0.36 0.68 0.01
HSL 28.42º 0.98% 0.66% -
HSV(B) 28.42º 0.68% 0.99% -
XYZ 55.13 47.69 14.28 -
YUV 180.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 253 163 82 0 0.36 0.68 0.01 28.42 0.98 0.66
Hex FD A3 52 0 24 44 1 1C 62 42
Octal 375 243 122 0 44 104 1 34 142 102
Binary 11111101 10100011 1010010 0 100100 1000100 1 11100 1100010 1000010

Color Harmonies of #FDA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA352

Black with #FDA352

Text Example


Text Example

White with #FDA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA352; }

 p { color: rgb(253,163,82); }

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

background-color css

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

 a { background-color: rgb(253,163,82); }

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

border-color css

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

 span { border-color: rgb(253,163,82); }

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