#F8BD5C

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

Shades of Golden Tainoi #F8BD5C

Tints of Golden Tainoi #F8BD5C

Color information

#F8BD5C (or 0xF8BD5C) is unknown color: approx Golden Tainoi. HEX triplet: F8, BD and 5C. RGB value is (248,189,92). Sum of RGB (Red+Green+Blue) = 248+189+92=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD5C is #0742A3. Grayscale: #C4C4C4. Windows color (decimal): -475812 or 6077944. OLE color: 6077944.

HSL color Cylindrical-coordinate representation of color #F8BD5C: hue angle of 37.31º 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 #F8BD5C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24818992-
CMYK00.240.630.03
HSL37.31º91.76%66.67%-
HSV(B)37.31º62.9%97.25%-
XYZ58.8457.1218.05-
YUV195.5869.55165.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 92 (36.33% from 255) = 17.39%
R=46.88%
G=35.73%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481899200.240.630.0337.3191.7666.67
HexF8BD5C0183F3255c43
Octal37027513403077345134103
Binary111110001011110110111000110001111111110010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BD5C; }

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

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

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

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

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

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

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

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