Html Css Color HEX #FDD932 Gorse

📋 copy color: '#FDD932'

red 253 ◦ green 217 ◦ blue 50

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

Shades of Gorse #FDD932

Tints of Gorse #FDD932

RGB

 RED value IS 253 (99.22% from 255) = 48.65%

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

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

R = 48.65%
G = 41.73%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDD932 (or 0xFDD932) is known color: Gorse. HEX triplet: FD, D9 and 32. RGB value is (253,217,50). Sum of RGB (Red+Green+Blue) = 253+217+50=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD932 is #0226CD. Grayscale: #D1D1D1. Windows color (decimal): -141006 or 3332605. OLE color: 3332605.

HSL color Cylindrical-coordinate representation of color #FDD932: hue angle of 49.36º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDD932 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 50 -
CMYK 0 0.14 0.80 0.01
HSL 49.36º 0.98% 0.59% -
HSV(B) 49.36º 0.8% 0.99% -
XYZ 65.9 70.74 13.2 -
YUV 208.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 253 217 50 0 0.14 0.80 0.01 49.36 0.98 0.59
Hex FD D9 32 0 E 50 1 31 62 3B
Octal 375 331 62 0 16 120 1 61 142 73
Binary 11111101 11011001 110010 0 1110 1010000 1 110001 1100010 111011

Color Harmonies of #FDD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD932

Black with #FDD932

Text Example


Text Example

White with #FDD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD932; }

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

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

background-color css

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

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

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

border-color css

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

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

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