Html Css Color HEX #FDC94B Golden Tainoi

📋 copy color: '#FDC94B'

red 253 ◦ green 201 ◦ blue 75

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

Shades of Golden Tainoi #FDC94B

Tints of Golden Tainoi #FDC94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 47.83%
G = 38%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC94B (or 0xFDC94B) is known color: Golden Tainoi. HEX triplet: FD, C9 and 4B. RGB value is (253,201,75). Sum of RGB (Red+Green+Blue) = 253+201+75=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC94B is #0236B4. Grayscale: #CACACA. Windows color (decimal): -145077 or 4966909. OLE color: 4966909.

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

Color convert

RGB 253 201 75 -
CMYK 0 0.21 0.70 0.01
HSL 42.47º 0.98% 0.64% -
HSV(B) 42.47º 0.7% 0.99% -
XYZ 62.66 63.16 15.55 -
YUV 202.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 253 201 75 0 0.21 0.70 0.01 42.47 0.98 0.64
Hex FD C9 4B 0 15 46 1 2A 62 40
Octal 375 311 113 0 25 106 1 52 142 100
Binary 11111101 11001001 1001011 0 10101 1000110 1 101010 1100010 1000000

Color Harmonies of #FDC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC94B

Black with #FDC94B

Text Example


Text Example

White with #FDC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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