Html Css Color HEX #FDC851 Golden Tainoi

📋 copy color: '#FDC851'

red 253 ◦ green 200 ◦ blue 81

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

Shades of Golden Tainoi #FDC851

Tints of Golden Tainoi #FDC851

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

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

R = 47.38%
G = 37.45%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC851 (or 0xFDC851) is known color: Golden Tainoi. HEX triplet: FD, C8 and 51. RGB value is (253,200,81). Sum of RGB (Red+Green+Blue) = 253+200+81=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC851 is #0237AE. Grayscale: #CACACA. Windows color (decimal): -145327 or 5359869. OLE color: 5359869.

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

Color convert

RGB 253 200 81 -
CMYK 0 0.21 0.68 0.01
HSL 41.51º 0.98% 0.65% -
HSV(B) 41.51º 0.68% 0.99% -
XYZ 62.65 62.79 16.6 -
YUV 202.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 253 200 81 0 0.21 0.68 0.01 41.51 0.98 0.65
Hex FD C8 51 0 15 44 1 2A 62 41
Octal 375 310 121 0 25 104 1 52 142 101
Binary 11111101 11001000 1010001 0 10101 1000100 1 101010 1100010 1000001

Color Harmonies of #FDC851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC851

Black with #FDC851

Text Example


Text Example

White with #FDC851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC851; }

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

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

background-color css

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

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

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

border-color css

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

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

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