#FFC351

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

Shades of Golden Tainoi #FFC351

Tints of Golden Tainoi #FFC351

Color information

#FFC351 (or 0xFFC351) is unknown color: approx Golden Tainoi. HEX triplet: FF, C3 and 51. RGB value is (255,195,81). Sum of RGB (Red+Green+Blue) = 255+195+81=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC351 is #003CAE. Grayscale: #C8C8C8. Windows color (decimal): -15535 or 5358591. OLE color: 5358591.

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

Color convert

RGB25519581-
CMYK00.240.680
HSL39.31º100%65.88%-
HSV(B)39.31º68.24%100%-
XYZ62.2460.8816.26-
YUV199.9460.88167.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 81 (32.03% from 255) = 15.25%
R=48.02%
G=36.72%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551958100.240.68039.3110065.88
HexFFC351018440276442
Octal377303121030104047144102
Binary111111111100001110100010110001000100010011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC351; }

 p { color: rgb(255,195,81); }

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

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

 a { background-color: rgb(255,195,81); }

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

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

 span { border-color: rgb(255,195,81); }

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