#F8C05C

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

Shades of Golden Tainoi #F8C05C

Tints of Golden Tainoi #F8C05C

Color information

#F8C05C (or 0xF8C05C) is unknown color: approx Golden Tainoi. HEX triplet: F8, C0 and 5C. RGB value is (248,192,92). Sum of RGB (Red+Green+Blue) = 248+192+92=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C05C is #073FA3. Grayscale: #C5C5C5. Windows color (decimal): -475044 or 6078712. OLE color: 6078712.

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

Color convert

RGB24819292-
CMYK00.230.630.03
HSL38.46º91.76%66.67%-
HSV(B)38.46º62.9%97.25%-
XYZ59.4958.4318.27-
YUV197.3468.55164.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.62%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=46.62%
G=36.09%
B=17.29%

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
Decimal2481929200.230.630.0338.4691.7666.67
HexF8C05C0173F3265c43
Octal37030013402777346134103
Binary111110001100000010111000101111111111110011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C05C; }

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

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

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

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

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

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

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

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