#F8DA38

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

Shades of Gorse #F8DA38

Tints of Gorse #F8DA38

Color information

#F8DA38 (or 0xF8DA38) is unknown color: approx Gorse. HEX triplet: F8, DA and 38. RGB value is (248,218,56). Sum of RGB (Red+Green+Blue) = 248+218+56=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA38 is #0725C7. Grayscale: #D1D1D1. Windows color (decimal): -468424 or 3726072. OLE color: 3726072.

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

Color convert

RGB24821856-
CMYK00.120.770.03
HSL50.62º93.2%59.61%-
HSV(B)50.62º77.42%97.25%-
XYZ64.570.3813.93-
YUV208.541.94156.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.51%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 56 (22.27% from 255) = 10.73%
R=47.51%
G=41.76%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482185600.120.770.0350.6293.259.61
HexF8DA380C4D3335d3c
Octal3703327001411536313574
Binary1111100011011010111000011001001101111100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA38; }

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

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

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

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

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

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

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

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