#F8DA3F

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

Shades of Gorse #F8DA3F

Tints of Gorse #F8DA3F

Color information

#F8DA3F (or 0xF8DA3F) is unknown color: approx Gorse. HEX triplet: F8, DA and 3F. RGB value is (248,218,63). Sum of RGB (Red+Green+Blue) = 248+218+63=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA3F is #0725C0. Grayscale: #D1D1D1. Windows color (decimal): -468417 or 4184824. OLE color: 4184824.

HSL color Cylindrical-coordinate representation of color #F8DA3F: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8DA3F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB24821863-
CMYK00.120.750.03
HSL50.27º92.96%60.98%-
HSV(B)50.27º74.6%97.25%-
XYZ64.6870.4614.89-
YUV209.345.44155.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 63 (25% from 255) = 11.91%
R=46.88%
G=41.21%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482186300.120.750.0350.2792.9660.98
HexF8DA3F0C4B3325d3d
Octal3703327701411336213575
Binary1111100011011010111111011001001011111100101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA3F; }

 p { color: rgb(248,218,63); }

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

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

 a { background-color: rgb(248,218,63); }

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

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

 span { border-color: rgb(248,218,63); }

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