Html Css Color HEX #FDC25B Golden Tainoi

📋 copy color: '#FDC25B'

red 253 ◦ green 194 ◦ blue 91

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

Shades of Golden Tainoi #FDC25B

Tints of Golden Tainoi #FDC25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.91%

R = 47.03%
G = 36.06%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDC25B (or 0xFDC25B) is known color: Golden Tainoi. HEX triplet: FD, C2 and 5B. RGB value is (253,194,91). Sum of RGB (Red+Green+Blue) = 253+194+91=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC25B is #023DA4. Grayscale: #C8C8C8. Windows color (decimal): -146853 or 6013693. OLE color: 6013693.

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

Color convert

RGB 253 194 91 -
CMYK 0 0.23 0.64 0.01
HSL 38.15º 0.98% 0.67% -
HSV(B) 38.15º 0.64% 0.99% -
XYZ 61.69 60.22 18.27 -
YUV 199.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 253 194 91 0 0.23 0.64 0.01 38.15 0.98 0.67
Hex FD C2 5B 0 17 40 1 26 62 43
Octal 375 302 133 0 27 100 1 46 142 103
Binary 11111101 11000010 1011011 0 10111 1000000 1 100110 1100010 1000011

Color Harmonies of #FDC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC25B

Black with #FDC25B

Text Example


Text Example

White with #FDC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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