Html Css Color HEX #FDC251 Golden Tainoi

📋 copy color: '#FDC251'

red 253 ◦ green 194 ◦ blue 81

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

Shades of Golden Tainoi #FDC251

Tints of Golden Tainoi #FDC251

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 47.92%
G = 36.74%
B = 15.34%

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

#FDC251 (or 0xFDC251) is known color: Golden Tainoi. HEX triplet: FD, C2 and 51. RGB value is (253,194,81). Sum of RGB (Red+Green+Blue) = 253+194+81=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC251 is #023DAE. Grayscale: #C7C7C7. Windows color (decimal): -146863 or 5358333. OLE color: 5358333.

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

Color convert

RGB 253 194 81 -
CMYK 0 0.23 0.68 0.01
HSL 39.42º 0.98% 0.65% -
HSV(B) 39.42º 0.68% 0.99% -
XYZ 61.29 60.06 16.15 -
YUV 198.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 253 194 81 0 0.23 0.68 0.01 39.42 0.98 0.65
Hex FD C2 51 0 17 44 1 27 62 41
Octal 375 302 121 0 27 104 1 47 142 101
Binary 11111101 11000010 1010001 0 10111 1000100 1 100111 1100010 1000001

Color Harmonies of #FDC251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC251

Black with #FDC251

Text Example


Text Example

White with #FDC251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC251; }

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

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

background-color css

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

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

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

border-color css

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

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

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