#ffc04e

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

Shades of Golden Tainoi #FFC04E

Tints of Golden Tainoi #FFC04E

Color information

#FFC04E (or 0xFFC04E) is unknown color: approx Golden Tainoi. HEX triplet: FF, C0 and 4E. RGB value is (255,192,78). Sum of RGB (Red+Green+Blue) = 255+192+78=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC04E is #003FB1. Grayscale: #C6C6C6. Windows color (decimal): -16306 or 5161215. OLE color: 5161215.

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

Color convert

RGB25519278-
CMYK00.250.690
HSL38.64º100%65.29%-
HSV(B)38.64º69.41%100%-
XYZ61.4659.5115.45-
YUV197.8460.37168.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 78 (30.86% from 255) = 14.86%
R=48.57%
G=36.57%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551927800.250.69038.6410065.29
HexFFC04E019450276441
Octal377300116031105047144101
Binary111111111100000010011100110011000101010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc04e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc04e; }

 p { color: rgb(255,192,78); }

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

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

 a { background-color: rgb(255,192,78); }

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

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

 span { border-color: rgb(255,192,78); }

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