Html Css Color HEX #FDC651 Golden Tainoi

📋 copy color: '#FDC651'

red 253 ◦ green 198 ◦ blue 81

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

Shades of Golden Tainoi #FDC651

Tints of Golden Tainoi #FDC651

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 47.56%
G = 37.22%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC651 (or 0xFDC651) is known color: Golden Tainoi. HEX triplet: FD, C6 and 51. RGB value is (253,198,81). Sum of RGB (Red+Green+Blue) = 253+198+81=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC651 is #0239AE. Grayscale: #C9C9C9. Windows color (decimal): -145839 or 5359357. OLE color: 5359357.

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

Color convert

RGB 253 198 81 -
CMYK 0 0.22 0.68 0.01
HSL 40.81º 0.98% 0.65% -
HSV(B) 40.81º 0.68% 0.99% -
XYZ 62.19 61.86 16.45 -
YUV 201.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 253 198 81 0 0.22 0.68 0.01 40.81 0.98 0.65
Hex FD C6 51 0 16 44 1 29 62 41
Octal 375 306 121 0 26 104 1 51 142 101
Binary 11111101 11000110 1010001 0 10110 1000100 1 101001 1100010 1000001

Color Harmonies of #FDC651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC651

Black with #FDC651

Text Example


Text Example

White with #FDC651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC651; }

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

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

background-color css

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

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

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

border-color css

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

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

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