#F6E93A

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

Shades of Gorse #F6E93A

Tints of Gorse #F6E93A

Color information

#F6E93A (or 0xF6E93A) is unknown color: approx Gorse. HEX triplet: F6, E9 and 3A. RGB value is (246,233,58). Sum of RGB (Red+Green+Blue) = 246+233+58=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6E93A is #0916C5. Grayscale: #D9D9D9. Windows color (decimal): -595654 or 3860982. OLE color: 3860982.

HSL color Cylindrical-coordinate representation of color #F6E93A: hue angle of 55.85º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6E93A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24623358-
CMYK00.050.760.04
HSL55.85º91.26%59.61%-
HSV(B)55.85º76.42%96.47%-
XYZ67.9178.1815.51-
YUV216.9438.31148.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 58 (23.05% from 255) = 10.80%
R=45.81%
G=43.39%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462335800.050.760.0455.8591.2659.61
HexF6E93A054C4385b3c
Octal366351720511447013374
Binary1111011011101001111010010110011001001110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E93A; }

 p { color: rgb(246,233,58); }

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

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

 a { background-color: rgb(246,233,58); }

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

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

 span { border-color: rgb(246,233,58); }

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