#FDF928

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

Shades of Gorse #FDF928

Tints of Gorse #FDF928

Color information

#FDF928 (or 0xFDF928) is unknown color: approx Gorse. HEX triplet: FD, F9 and 28. RGB value is (253,249,40). Sum of RGB (Red+Green+Blue) = 253+249+40=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 40 (16.02% from 255 or 7.38% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF928 is #0206D7. Grayscale: #E3E3E3. Windows color (decimal): -132824 or 2685437. OLE color: 2685437.

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

Color convert

RGB25324940-
CMYK00.020.840.01
HSL58.87º98.16%57.45%-
HSV(B)58.87º84.19%99.22%-
XYZ74.7788.7915.2-
YUV226.3722.83146.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 40 (16.02% from 255) = 7.38%
R=46.68%
G=45.94%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532494000.020.840.0158.8798.1657.45
HexFDF928025413b6239
Octal375371500212417314271
Binary1111110111111001101000010101010011110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF928; }

 p { color: rgb(253,249,40); }

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

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

 a { background-color: rgb(253,249,40); }

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

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

 span { border-color: rgb(253,249,40); }

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