Html Css Color HEX #FDC14B Golden Tainoi

📋 copy color: '#FDC14B'

red 253 ◦ green 193 ◦ blue 75

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

Shades of Golden Tainoi #FDC14B

Tints of Golden Tainoi #FDC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 48.56%
G = 37.04%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC14B (or 0xFDC14B) is known color: Golden Tainoi. HEX triplet: FD, C1 and 4B. RGB value is (253,193,75). Sum of RGB (Red+Green+Blue) = 253+193+75=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC14B is #023EB4. Grayscale: #C6C6C6. Windows color (decimal): -147125 or 4964861. OLE color: 4964861.

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

Color convert

RGB 253 193 75 -
CMYK 0 0.24 0.70 0.01
HSL 39.78º 0.98% 0.64% -
HSV(B) 39.78º 0.7% 0.99% -
XYZ 60.85 59.53 14.94 -
YUV 197.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 253 193 75 0 0.24 0.70 0.01 39.78 0.98 0.64
Hex FD C1 4B 0 18 46 1 28 62 40
Octal 375 301 113 0 30 106 1 50 142 100
Binary 11111101 11000001 1001011 0 11000 1000110 1 101000 1100010 1000000

Color Harmonies of #FDC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC14B

Black with #FDC14B

Text Example


Text Example

White with #FDC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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