Html Css Color HEX #FFD940 Gorse

📋 copy color: '#FFD940'

red 255 ◦ green 217 ◦ blue 64

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

Shades of Gorse #FFD940

Tints of Gorse #FFD940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 47.57%
G = 40.49%
B = 11.94%

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

#FFD940 (or 0xFFD940) is known color: Gorse. HEX triplet: FF, D9 and 40. RGB value is (255,217,64). Sum of RGB (Red+Green+Blue) = 255+217+64=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD940 is #0026BF. Grayscale: #D3D3D3. Windows color (decimal): -9920 or 4250111. OLE color: 4250111.

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

Color convert

RGB 255 217 64 -
CMYK 0 0.15 0.75 0
HSL 48.06º 1% 0.63% -
HSV(B) 48.06º 0.75% 1% -
XYZ 66.98 71.26 15.07 -
YUV 210.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 255 217 64 0 0.15 0.75 0 48.06 1 0.63
Hex FF D9 40 0 F 4B 0 30 64 3F
Octal 377 331 100 0 17 113 0 60 144 77
Binary 11111111 11011001 1000000 0 1111 1001011 0 110000 1100100 111111

Color Harmonies of #FFD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD940

Black with #FFD940

Text Example


Text Example

White with #FFD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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