Html Css Color HEX #FDC352 Golden Tainoi

📋 copy color: '#FDC352'

red 253 ◦ green 195 ◦ blue 82

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

Shades of Golden Tainoi #FDC352

Tints of Golden Tainoi #FDC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

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

R = 47.74%
G = 36.79%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC352 (or 0xFDC352) is known color: Golden Tainoi. HEX triplet: FD, C3 and 52. RGB value is (253,195,82). Sum of RGB (Red+Green+Blue) = 253+195+82=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC352 is #023CAD. Grayscale: #C7C7C7. Windows color (decimal): -146606 or 5424125. OLE color: 5424125.

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

Color convert

RGB 253 195 82 -
CMYK 0 0.23 0.68 0.01
HSL 39.65º 0.98% 0.66% -
HSV(B) 39.65º 0.68% 0.99% -
XYZ 61.55 60.52 16.42 -
YUV 199.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 253 195 82 0 0.23 0.68 0.01 39.65 0.98 0.66
Hex FD C3 52 0 17 44 1 28 62 42
Octal 375 303 122 0 27 104 1 50 142 102
Binary 11111101 11000011 1010010 0 10111 1000100 1 101000 1100010 1000010

Color Harmonies of #FDC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC352

Black with #FDC352

Text Example


Text Example

White with #FDC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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