Html Css Color HEX #FFD941 Gorse

📋 copy color: '#FFD941'

red 255 ◦ green 217 ◦ blue 65

#FFD941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FFD941

Tints of Gorse #FFD941

RGB

 RED value IS 255 (100% from 255) = 47.49%

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 47.49%
G = 40.41%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFD941 (or 0xFFD941) is known color: Gorse. HEX triplet: FF, D9 and 41. RGB value is (255,217,65). Sum of RGB (Red+Green+Blue) = 255+217+65=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD941 is #0026BE. Grayscale: #D3D3D3. Windows color (decimal): -9919 or 4315647. OLE color: 4315647.

HSL color Cylindrical-coordinate representation of color #FFD941: hue angle of 48º 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 #FFD941 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 65 -
CMYK 0 0.15 0.75 0
HSL 48º 1% 0.63% -
HSV(B) 48º 0.75% 1% -
XYZ 67.01 71.27 15.23 -
YUV 211.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 255 217 65 0 0.15 0.75 0 48 1 0.63
Hex FF D9 41 0 F 4B 0 30 64 3F
Octal 377 331 101 0 17 113 0 60 144 77
Binary 11111111 11011001 1000001 0 1111 1001011 0 110000 1100100 111111

Color Harmonies of #FFD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD941

Black with #FFD941

Text Example


Text Example

White with #FFD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD941; }

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

 H1.HeaderClassName
 {
   color: #FFD941;
 }
 .AnyTagClassName
 {
   color: #FFD941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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