#FFCA4D

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

Shades of Golden Tainoi #FFCA4D

Tints of Golden Tainoi #FFCA4D

Color information

#FFCA4D (or 0xFFCA4D) is unknown color: approx Golden Tainoi. HEX triplet: FF, CA and 4D. RGB value is (255,202,77). Sum of RGB (Red+Green+Blue) = 255+202+77=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA4D is #0035B2. Grayscale: #CCCCCC. Windows color (decimal): -13747 or 5098239. OLE color: 5098239.

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

Color convert

RGB25520277-
CMYK00.210.700
HSL42.13º100%65.1%-
HSV(B)42.13º69.8%100%-
XYZ63.764.0416.02-
YUV203.656.56164.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 77 (30.47% from 255) = 14.42%
R=47.75%
G=37.83%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552027700.210.70042.1310065.1
HexFFCA4D0154602a6441
Octal377312115025106052144101
Binary111111111100101010011010101011000110010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA4D; }

 p { color: rgb(255,202,77); }

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

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

 a { background-color: rgb(255,202,77); }

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

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

 span { border-color: rgb(255,202,77); }

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