#F8DC07

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

Shades of Golden Yellow #F8DC07

Tints of Golden Yellow #F8DC07

Color information

#F8DC07 (or 0xF8DC07) is unknown color: approx Golden Yellow. HEX triplet: F8, DC and 07. RGB value is (248,220,7). Sum of RGB (Red+Green+Blue) = 248+220+7=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 7 (3.12% from 255 or 1.47% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC07 is #0723F8. Grayscale: #CCCCCC. Windows color (decimal): -467961 or 515320. OLE color: 515320.

HSL color Cylindrical-coordinate representation of color #F8DC07: hue angle of 53.03º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8DC07 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB2482207-
CMYK00.110.970.03
HSL53.03º94.51%50%-
HSV(B)53.03º97.18%97.25%-
XYZ64.3471.1610.54-
YUV204.0916.78159.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 7 (3.12% from 255) = 1.47%
R=52.21%
G=46.32%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248220700.110.970.0353.0394.5150
HexF8DC70B613355f32
Octal370334701314136513762
Binary1111100011011100111010111100001111101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC07; }

 p { color: rgb(248,220,7); }

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

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

 a { background-color: rgb(248,220,7); }

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

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

 span { border-color: rgb(248,220,7); }

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