#FDEF3A

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

Shades of Gorse #FDEF3A

Tints of Gorse #FDEF3A

Color information

#FDEF3A (or 0xFDEF3A) is unknown color: approx Gorse. HEX triplet: FD, EF and 3A. RGB value is (253,239,58). Sum of RGB (Red+Green+Blue) = 253+239+58=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF3A is #0210C5. Grayscale: #DFDFDF. Windows color (decimal): -135366 or 3862525. OLE color: 3862525.

HSL color Cylindrical-coordinate representation of color #FDEF3A: hue angle of 55.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDEF3A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB25323958-
CMYK00.060.770.01
HSL55.69º97.99%60.98%-
HSV(B)55.69º77.08%99.22%-
XYZ72.1482.9216.21-
YUV222.5535.14149.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 58 (23.05% from 255) = 10.55%
R=46%
G=43.45%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532395800.060.770.0155.6997.9960.98
HexFDEF3A064D138623d
Octal375357720611517014275
Binary11111101111011111110100110100110111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEF3A; }

 p { color: rgb(253,239,58); }

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

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

 a { background-color: rgb(253,239,58); }

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

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

 span { border-color: rgb(253,239,58); }

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