#FFC75A

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

Shades of Golden Tainoi #FFC75A

Tints of Golden Tainoi #FFC75A

Color information

#FFC75A (or 0xFFC75A) is unknown color: approx Golden Tainoi. HEX triplet: FF, C7 and 5A. RGB value is (255,199,90). Sum of RGB (Red+Green+Blue) = 255+199+90=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC75A is #0038A5. Grayscale: #CBCBCB. Windows color (decimal): -14502 or 5949439. OLE color: 5949439.

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

Color convert

RGB25519990-
CMYK00.220.650
HSL39.64º100%67.65%-
HSV(B)39.64º64.71%100%-
XYZ63.5162.8518.46-
YUV203.3264.05164.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 90 (35.55% from 255) = 16.54%
R=46.88%
G=36.58%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551999000.220.65039.6410067.65
HexFFC75A016410286444
Octal377307132026101050144104
Binary111111111100011110110100101101000001010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC75A; }

 p { color: rgb(255,199,90); }

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

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

 a { background-color: rgb(255,199,90); }

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

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

 span { border-color: rgb(255,199,90); }

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