#F2D940

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

Shades of Gorse #F2D940

Tints of Gorse #F2D940

Color information

#F2D940 (or 0xF2D940) is unknown color: approx Gorse. HEX triplet: F2, D9 and 40. RGB value is (242,217,64). Sum of RGB (Red+Green+Blue) = 242+217+64=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D940 is #0D26BF. Grayscale: #CFCFCF. Windows color (decimal): -861888 or 4250098. OLE color: 4250098.

HSL color Cylindrical-coordinate representation of color #F2D940: hue angle of 51.57º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2D940 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24221764-
CMYK00.100.740.05
HSL51.57º87.25%60%-
HSV(B)51.57º73.55%94.9%-
XYZ62.3668.8714.86-
YUV207.0347.28152.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 64 (25.39% from 255) = 12.24%
R=46.27%
G=41.49%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422176400.100.740.0551.5787.2560
HexF2D9400A4A534573c
Octal36233110001211256412774
Binary111100101101100110000000101010010101011101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D940; }

 p { color: rgb(242,217,64); }

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

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

 a { background-color: rgb(242,217,64); }

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

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

 span { border-color: rgb(242,217,64); }

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