Html Css Color HEX #FFD932 Gorse

📋 copy color: '#FFD932'

red 255 ◦ green 217 ◦ blue 50

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

Shades of Gorse #FFD932

Tints of Gorse #FFD932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.58%

R = 48.85%
G = 41.57%
B = 9.58%

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

#FFD932 (or 0xFFD932) is known color: Gorse. HEX triplet: FF, D9 and 32. RGB value is (255,217,50). Sum of RGB (Red+Green+Blue) = 255+217+50=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 50 (19.92% from 255 or 9.58% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD932 is #0026CD. Grayscale: #D2D2D2. Windows color (decimal): -9934 or 3332607. OLE color: 3332607.

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

Color convert

RGB 255 217 50 -
CMYK 0 0.15 0.80 0
HSL 48.88º 1% 0.6% -
HSV(B) 48.88º 0.8% 1% -
XYZ 66.63 71.12 13.23 -
YUV 209.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 255 217 50 0 0.15 0.80 0 48.88 1 0.6
Hex FF D9 32 0 F 50 0 31 64 3C
Octal 377 331 62 0 17 120 0 61 144 74
Binary 11111111 11011001 110010 0 1111 1010000 0 110001 1100100 111100

Color Harmonies of #FFD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD932

Black with #FFD932

Text Example


Text Example

White with #FFD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD932; }

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

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

background-color css

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

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

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

border-color css

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

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

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