#FFDA41

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

Shades of Gorse #FFDA41

Tints of Gorse #FFDA41

Color information

#FFDA41 (or 0xFFDA41) is unknown color: approx Gorse. HEX triplet: FF, DA and 41. RGB value is (255,218,65). Sum of RGB (Red+Green+Blue) = 255+218+65=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA41 is #0025BE. Grayscale: #D4D4D4. Windows color (decimal): -9663 or 4315903. OLE color: 4315903.

HSL color Cylindrical-coordinate representation of color #FFDA41: hue angle of 48.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFDA41 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25521865-
CMYK00.150.750
HSL48.32º100%62.75%-
HSV(B)48.32º74.51%100%-
XYZ67.2771.7815.31-
YUV211.6245.26158.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 65 (25.78% from 255) = 12.08%
R=47.40%
G=40.52%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552186500.150.75048.3210062.75
HexFFDA410F4B030643f
Octal37733210101711306014477
Binary1111111111011010100000101111100101101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA41; }

 p { color: rgb(255,218,65); }

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

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

 a { background-color: rgb(255,218,65); }

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

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

 span { border-color: rgb(255,218,65); }

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