#FFC149

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

Shades of Golden Tainoi #FFC149

Tints of Golden Tainoi #FFC149

Color information

#FFC149 (or 0xFFC149) is unknown color: approx Golden Tainoi. HEX triplet: FF, C1 and 49. RGB value is (255,193,73). Sum of RGB (Red+Green+Blue) = 255+193+73=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC149 is #003EB6. Grayscale: #C6C6C6. Windows color (decimal): -16055 or 4833791. OLE color: 4833791.

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

Color convert

RGB25519373-
CMYK00.240.710
HSL39.56º100%64.31%-
HSV(B)39.56º71.37%100%-
XYZ61.5159.8814.62-
YUV197.8657.54168.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 73 (28.91% from 255) = 14.01%
R=48.94%
G=37.04%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551937300.240.71039.5610064.31
HexFFC149018470286440
Octal377301111030107050144100
Binary111111111100000110010010110001000111010100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC149; }

 p { color: rgb(255,193,73); }

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

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

 a { background-color: rgb(255,193,73); }

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

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

 span { border-color: rgb(255,193,73); }

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