Html Css Color HEX #FDC351 Golden Tainoi

📋 copy color: '#FDC351'

red 253 ◦ green 195 ◦ blue 81

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

Shades of Golden Tainoi #FDC351

Tints of Golden Tainoi #FDC351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.31%

R = 47.83%
G = 36.86%
B = 15.31%

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

#FDC351 (or 0xFDC351) is known color: Golden Tainoi. HEX triplet: FD, C3 and 51. RGB value is (253,195,81). Sum of RGB (Red+Green+Blue) = 253+195+81=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC351 is #023CAE. Grayscale: #C7C7C7. Windows color (decimal): -146607 or 5358589. OLE color: 5358589.

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

Color convert

RGB 253 195 81 -
CMYK 0 0.23 0.68 0.01
HSL 39.77º 0.98% 0.65% -
HSV(B) 39.77º 0.68% 0.99% -
XYZ 61.51 60.51 16.22 -
YUV 199.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 253 195 81 0 0.23 0.68 0.01 39.77 0.98 0.65
Hex FD C3 51 0 17 44 1 28 62 41
Octal 375 303 121 0 27 104 1 50 142 101
Binary 11111101 11000011 1010001 0 10111 1000100 1 101000 1100010 1000001

Color Harmonies of #FDC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC351

Black with #FDC351

Text Example


Text Example

White with #FDC351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC351; }

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

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

background-color css

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

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

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

border-color css

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

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

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