#FDF13A

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

Shades of Gorse #FDF13A

Tints of Gorse #FDF13A

Color information

#FDF13A (or 0xFDF13A) is unknown color: approx Gorse. HEX triplet: FD, F1 and 3A. RGB value is (253,241,58). Sum of RGB (Red+Green+Blue) = 253+241+58=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF13A is #020EC5. Grayscale: #E0E0E0. Windows color (decimal): -134854 or 3863037. OLE color: 3863037.

HSL color Cylindrical-coordinate representation of color #FDF13A: hue angle of 56.31º 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 #FDF13A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB25324158-
CMYK00.050.770.01
HSL56.31º97.99%60.98%-
HSV(B)56.31º77.08%99.22%-
XYZ72.7384.116.4-
YUV223.7334.48148.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 58 (23.05% from 255) = 10.51%
R=45.83%
G=43.66%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532415800.050.770.0156.3197.9960.98
HexFDF13A054D138623d
Octal375361720511517014275
Binary11111101111100011110100101100110111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF13A; }

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

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

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

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

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

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

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

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