#FFC454

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

Shades of Golden Tainoi #FFC454

Tints of Golden Tainoi #FFC454

Color information

#FFC454 (or 0xFFC454) is unknown color: approx Golden Tainoi. HEX triplet: FF, C4 and 54. RGB value is (255,196,84). Sum of RGB (Red+Green+Blue) = 255+196+84=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC454 is #003BAB. Grayscale: #C9C9C9. Windows color (decimal): -15276 or 5555455. OLE color: 5555455.

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

Color convert

RGB25519684-
CMYK00.230.670
HSL39.3º100%66.47%-
HSV(B)39.3º67.06%100%-
XYZ62.5861.3816.94-
YUV200.8762.05166.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 84 (33.20% from 255) = 15.70%
R=47.66%
G=36.64%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551968400.230.67039.310066.47
HexFFC454017430276442
Octal377304124027103047144102
Binary111111111100010010101000101111000011010011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC454; }

 p { color: rgb(255,196,84); }

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

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

 a { background-color: rgb(255,196,84); }

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

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

 span { border-color: rgb(255,196,84); }

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