#ffc762

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

Shades of Golden Tainoi #FFC762

Tints of Golden Tainoi #FFC762

Color information

#FFC762 (or 0xFFC762) is unknown color: approx Golden Tainoi. HEX triplet: FF, C7 and 62. RGB value is (255,199,98). Sum of RGB (Red+Green+Blue) = 255+199+98=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC762 is #00389D. Grayscale: #CCCCCC. Windows color (decimal): -14494 or 6473727. OLE color: 6473727.

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

Color convert

RGB25519998-
CMYK00.220.620
HSL38.6º100%69.22%-
HSV(B)38.6º61.57%100%-
XYZ63.8762.9920.35-
YUV204.2368.05164.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 199 (78.12% from 255) = 36.05%
BLUE value IS 98 (38.67% from 255) = 17.75%
R=46.20%
G=36.05%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551999800.220.62038.610069.22
HexFFC7620163E0276445
Octal37730714202676047144105
Binary11111111110001111100010010110111110010011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc762; }

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

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

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

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

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

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

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

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