#FDFE38

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

Shades of Gorse #FDFE38

Tints of Gorse #FDFE38

Color information

#FDFE38 (or 0xFDFE38) is unknown color: approx Gorse. HEX triplet: FD, FE and 38. RGB value is (253,254,56). Sum of RGB (Red+Green+Blue) = 253+254+56=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 56 (22.27% from 255 or 9.95% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE38 is #0201C7. Grayscale: #E7E7E7. Windows color (decimal): -131528 or 3735293. OLE color: 3735293.

HSL color Cylindrical-coordinate representation of color #FDFE38: hue angle of 60.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDFE38 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB25325456-
CMYK0.0000.780.00
HSL60.3º99%60.78%-
HSV(B)60.3º77.95%99.61%-
XYZ76.6692.0517.47-
YUV231.1329.17143.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 254 (99.61% from 255) = 45.12%
BLUE value IS 56 (22.27% from 255) = 9.95%
R=44.94%
G=45.12%
B=9.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253254560.0000.780.0060.39960.78
HexFDFE38004E03c633d
Octal375376700011607414375
Binary111111011111111011100000100111001111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE38; }

 p { color: rgb(253,254,56); }

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

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

 a { background-color: rgb(253,254,56); }

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

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

 span { border-color: rgb(253,254,56); }

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