#F7DE3A

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

Shades of Gorse #F7DE3A

Tints of Gorse #F7DE3A

Color information

#F7DE3A (or 0xF7DE3A) is unknown color: approx Gorse. HEX triplet: F7, DE and 3A. RGB value is (247,222,58). Sum of RGB (Red+Green+Blue) = 247+222+58=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DE3A is #0821C5. Grayscale: #D3D3D3. Windows color (decimal): -532934 or 3858167. OLE color: 3858167.

HSL color Cylindrical-coordinate representation of color #F7DE3A: hue angle of 52.06º degrees, saturation: 0.92, 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 #F7DE3A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB24722258-
CMYK00.100.770.03
HSL52.06º92.2%59.8%-
HSV(B)52.06º76.52%96.86%-
XYZ65.2472.3214.52-
YUV210.7841.78153.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 58 (23.05% from 255) = 11.01%
R=46.87%
G=42.13%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472225800.100.770.0352.0692.259.8
HexF7DE3A0A4D3345c3c
Octal3673367201211536413474
Binary1111011111011110111010010101001101111101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DE3A; }

 p { color: rgb(247,222,58); }

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

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

 a { background-color: rgb(247,222,58); }

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

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

 span { border-color: rgb(247,222,58); }

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