Html Css Color HEX #FFD930 Gorse

📋 copy color: '#FFD930'

red 255 ◦ green 217 ◦ blue 48

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

Shades of Gorse #FFD930

Tints of Gorse #FFD930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.23%

R = 49.04%
G = 41.73%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFD930 (or 0xFFD930) is known color: Gorse. HEX triplet: FF, D9 and 30. RGB value is (255,217,48). Sum of RGB (Red+Green+Blue) = 255+217+48=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD930 is #0026CF. Grayscale: #D1D1D1. Windows color (decimal): -9936 or 3201535. OLE color: 3201535.

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

Color convert

RGB 255 217 48 -
CMYK 0 0.15 0.81 0
HSL 48.99º 1% 0.59% -
HSV(B) 48.99º 0.81% 1% -
XYZ 66.59 71.1 13.01 -
YUV 209.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 255 217 48 0 0.15 0.81 0 48.99 1 0.59
Hex FF D9 30 0 F 51 0 31 64 3B
Octal 377 331 60 0 17 121 0 61 144 73
Binary 11111111 11011001 110000 0 1111 1010001 0 110001 1100100 111011

Color Harmonies of #FFD930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD930

Black with #FFD930

Text Example


Text Example

White with #FFD930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD930; }

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

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

background-color css

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

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

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

border-color css

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

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

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