#FDDC33

Color #FDDC33 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FDDC33

Tints of Gorse #FDDC33

Color information

#FDDC33 (or 0xFDDC33) is unknown color: approx Gorse. HEX triplet: FD, DC and 33. RGB value is (253,220,51). Sum of RGB (Red+Green+Blue) = 253+220+51=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 51 (20.31% from 255 or 9.73% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC33 is #0223CC. Grayscale: #D3D3D3. Windows color (decimal): -140237 or 3398909. OLE color: 3398909.

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

Color convert

RGB25322051-
CMYK00.130.800.01
HSL50.2º98.06%59.61%-
HSV(B)50.2º79.84%99.22%-
XYZ66.772.3113.57-
YUV210.637.93158.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 51 (20.31% from 255) = 9.73%
R=48.28%
G=41.98%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532205100.130.800.0150.298.0659.61
HexFDDC330D50132623c
Octal3753346301512016214274
Binary111111011101110011001101101101000011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC33; }

 p { color: rgb(253,220,51); }

 H1.HeaderClassName
 {
   color: #FDDC33;
 }
 .AnyTagClassName
 {
   color: #FDDC33;
 }
</style>
background-color css

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

 a { background-color: rgb(253,220,51); }

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

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

 span { border-color: rgb(253,220,51); }

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