#FFC94B

Color #FFC94B Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FFC94B

Tints of Golden Tainoi #FFC94B

Color information

#FFC94B (or 0xFFC94B) is unknown color: approx Golden Tainoi. HEX triplet: FF, C9 and 4B. RGB value is (255,201,75). Sum of RGB (Red+Green+Blue) = 255+201+75=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC94B is #0036B4. Grayscale: #CBCBCB. Windows color (decimal): -14005 or 4966911. OLE color: 4966911.

HSL color Cylindrical-coordinate representation of color #FFC94B: hue angle of 42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC94B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25520175-
CMYK00.210.710
HSL42º100%64.71%-
HSV(B)42º70.59%100%-
XYZ63.463.5415.58-
YUV202.7855.89165.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 75 (29.69% from 255) = 14.12%
R=48.02%
G=37.85%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552017500.210.7104210064.71
HexFFC94B0154702a6441
Octal377311113025107052144101
Binary111111111100100110010110101011000111010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC94B; }

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

 H1.HeaderClassName
 {
   color: #FFC94B;
 }
 .AnyTagClassName
 {
   color: #FFC94B;
 }
</style>
background-color css

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

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

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

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

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

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