Html Css Color HEX #FDDD33 Gorse

📋 copy color: '#FDDD33'

red 253 ◦ green 221 ◦ blue 51

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

Shades of Gorse #FDDD33

Tints of Gorse #FDDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.71%

R = 48.19%
G = 42.1%
B = 9.71%

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

#FDDD33 (or 0xFDDD33) is known color: Gorse. HEX triplet: FD, DD and 33. RGB value is (253,221,51). Sum of RGB (Red+Green+Blue) = 253+221+51=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD33 is #0222CC. Grayscale: #D3D3D3. Windows color (decimal): -139981 or 3399165. OLE color: 3399165.

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

Color convert

RGB 253 221 51 -
CMYK 0 0.13 0.80 0.01
HSL 50.5º 0.98% 0.6% -
HSV(B) 50.5º 0.8% 0.99% -
XYZ 66.96 72.83 13.66 -
YUV 211.19 37.6 157.82 -
System Red Green Blue C M Y K H S L
Decimal 253 221 51 0 0.13 0.80 0.01 50.5 0.98 0.6
Hex FD DD 33 0 D 50 1 32 62 3C
Octal 375 335 63 0 15 120 1 62 142 74
Binary 11111101 11011101 110011 0 1101 1010000 1 110010 1100010 111100

Color Harmonies of #FDDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD33

Black with #FDDD33

Text Example


Text Example

White with #FDDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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