#F8C05B

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

Shades of Golden Tainoi #F8C05B

Tints of Golden Tainoi #F8C05B

Color information

#F8C05B (or 0xF8C05B) is unknown color: approx Golden Tainoi. HEX triplet: F8, C0 and 5B. RGB value is (248,192,91). Sum of RGB (Red+Green+Blue) = 248+192+91=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C05B is #073FA4. Grayscale: #C5C5C5. Windows color (decimal): -475045 or 6013176. OLE color: 6013176.

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

Color convert

RGB24819291-
CMYK00.230.630.03
HSL38.6º91.81%66.47%-
HSV(B)38.6º63.31%97.25%-
XYZ59.4558.4118.04-
YUV197.2368.05164.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 91 (35.94% from 255) = 17.14%
R=46.70%
G=36.16%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481929100.230.630.0338.691.8166.47
HexF8C05B0173F3275c42
Octal37030013302777347134102
Binary111110001100000010110110101111111111110011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C05B; }

 p { color: rgb(248,192,91); }

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

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

 a { background-color: rgb(248,192,91); }

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

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

 span { border-color: rgb(248,192,91); }

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