#FDF03A

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

Shades of Gorse #FDF03A

Tints of Gorse #FDF03A

Color information

#FDF03A (or 0xFDF03A) is unknown color: approx Gorse. HEX triplet: FD, F0 and 3A. RGB value is (253,240,58). Sum of RGB (Red+Green+Blue) = 253+240+58=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 58 (23.05% from 255 or 10.53% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF03A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF03A is #020FC5. Grayscale: #DFDFDF. Windows color (decimal): -135110 or 3862781. OLE color: 3862781.

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

Color convert

RGB25324058-
CMYK00.050.770.01
HSL56º97.99%60.98%-
HSV(B)56º77.08%99.22%-
XYZ72.4383.5116.3-
YUV223.1434.81149.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 58 (23.05% from 255) = 10.53%
R=45.92%
G=43.56%
B=10.53%

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
Decimal2532405800.050.770.015697.9960.98
HexFDF03A054D138623d
Octal375360720511517014275
Binary11111101111100001110100101100110111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF03A; }

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

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

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

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

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

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

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

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