Html Css Color HEX #FFD934 Gorse

📋 copy color: '#FFD934'

red 255 ◦ green 217 ◦ blue 52

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

Shades of Gorse #FFD934

Tints of Gorse #FFD934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.92%

R = 48.66%
G = 41.41%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFD934 (or 0xFFD934) is known color: Gorse. HEX triplet: FF, D9 and 34. RGB value is (255,217,52). Sum of RGB (Red+Green+Blue) = 255+217+52=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD934 is #0026CB. Grayscale: #D2D2D2. Windows color (decimal): -9932 or 3463679. OLE color: 3463679.

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

Color convert

RGB 255 217 52 -
CMYK 0 0.15 0.80 0
HSL 48.77º 1% 0.6% -
HSV(B) 48.77º 0.8% 1% -
XYZ 66.67 71.13 13.46 -
YUV 209.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 255 217 52 0 0.15 0.80 0 48.77 1 0.6
Hex FF D9 34 0 F 50 0 31 64 3C
Octal 377 331 64 0 17 120 0 61 144 74
Binary 11111111 11011001 110100 0 1111 1010000 0 110001 1100100 111100

Color Harmonies of #FFD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD934

Black with #FFD934

Text Example


Text Example

White with #FFD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD934; }

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

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

background-color css

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

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

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

border-color css

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

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

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