#F8C151

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

Shades of Golden Tainoi #F8C151

Tints of Golden Tainoi #F8C151

Color information

#F8C151 (or 0xF8C151) is unknown color: approx Golden Tainoi. HEX triplet: F8, C1 and 51. RGB value is (248,193,81). Sum of RGB (Red+Green+Blue) = 248+193+81=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C151 is #073EAE. Grayscale: #C5C5C5. Windows color (decimal): -474799 or 5358072. OLE color: 5358072.

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

Color convert

RGB24819381-
CMYK00.220.670.03
HSL40.24º92.27%64.51%-
HSV(B)40.24º67.34%97.25%-
XYZ59.2758.6915.99-
YUV196.6862.72164.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.51%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 81 (32.03% from 255) = 15.52%
R=47.51%
G=36.97%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481938100.220.670.0340.2492.2764.51
HexF8C151016433285c41
Octal370301121026103350134101
Binary1111100011000001101000101011010000111110100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C151; }

 p { color: rgb(248,193,81); }

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

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

 a { background-color: rgb(248,193,81); }

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

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

 span { border-color: rgb(248,193,81); }

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