#FDF432

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

Shades of Gorse #FDF432

Tints of Gorse #FDF432

Color information

#FDF432 (or 0xFDF432) is unknown color: approx Gorse. HEX triplet: FD, F4 and 32. RGB value is (253,244,50). Sum of RGB (Red+Green+Blue) = 253+244+50=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 50 (19.92% from 255 or 9.14% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF432 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF432 is #020BCD. Grayscale: #E1E1E1. Windows color (decimal): -134094 or 3339517. OLE color: 3339517.

HSL color Cylindrical-coordinate representation of color #FDF432: hue angle of 57.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF432 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25324450-
CMYK00.040.800.01
HSL57.34º98.07%59.41%-
HSV(B)57.34º80.24%99.22%-
XYZ73.4385.8115.71-
YUV224.5729.48148.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 244 (95.70% from 255) = 44.61%
BLUE value IS 50 (19.92% from 255) = 9.14%
R=46.25%
G=44.61%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532445000.040.800.0157.3498.0759.41
HexFDF4320450139623b
Octal375364620412017114273
Binary11111101111101001100100100101000011110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF432; }

 p { color: rgb(253,244,50); }

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

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

 a { background-color: rgb(253,244,50); }

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

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

 span { border-color: rgb(253,244,50); }

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