Html Css Color HEX #FDDD32 Gorse

📋 copy color: '#FDDD32'

red 253 ◦ green 221 ◦ blue 50

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

Shades of Gorse #FDDD32

Tints of Gorse #FDDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

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

R = 48.28%
G = 42.18%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDDD32 (or 0xFDDD32) is known color: Gorse. HEX triplet: FD, DD and 32. RGB value is (253,221,50). Sum of RGB (Red+Green+Blue) = 253+221+50=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD32 is #0222CD. Grayscale: #D3D3D3. Windows color (decimal): -139982 or 3333629. OLE color: 3333629.

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

Color convert

RGB 253 221 50 -
CMYK 0 0.13 0.80 0.01
HSL 50.54º 0.98% 0.59% -
HSV(B) 50.54º 0.8% 0.99% -
XYZ 66.94 72.83 13.55 -
YUV 211.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 253 221 50 0 0.13 0.80 0.01 50.54 0.98 0.59
Hex FD DD 32 0 D 50 1 33 62 3B
Octal 375 335 62 0 15 120 1 63 142 73
Binary 11111101 11011101 110010 0 1101 1010000 1 110011 1100010 111011

Color Harmonies of #FDDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD32

Black with #FDDD32

Text Example


Text Example

White with #FDDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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