Html Css Color HEX #FDC15B Golden Tainoi

📋 copy color: '#FDC15B'

red 253 ◦ green 193 ◦ blue 91

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

Shades of Golden Tainoi #FDC15B

Tints of Golden Tainoi #FDC15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.94%

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

R = 47.11%
G = 35.94%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDC15B (or 0xFDC15B) is known color: Golden Tainoi. HEX triplet: FD, C1 and 5B. RGB value is (253,193,91). Sum of RGB (Red+Green+Blue) = 253+193+91=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC15B is #023EA4. Grayscale: #C7C7C7. Windows color (decimal): -147109 or 6013437. OLE color: 6013437.

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

Color convert

RGB 253 193 91 -
CMYK 0 0.24 0.64 0.01
HSL 37.78º 0.98% 0.67% -
HSV(B) 37.78º 0.64% 0.99% -
XYZ 61.47 59.78 18.2 -
YUV 199.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 253 193 91 0 0.24 0.64 0.01 37.78 0.98 0.67
Hex FD C1 5B 0 18 40 1 26 62 43
Octal 375 301 133 0 30 100 1 46 142 103
Binary 11111101 11000001 1011011 0 11000 1000000 1 100110 1100010 1000011

Color Harmonies of #FDC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC15B

Black with #FDC15B

Text Example


Text Example

White with #FDC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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