Html Css Color HEX #FDDB29 Gorse

📋 copy color: '#FDDB29'

red 253 ◦ green 219 ◦ blue 41

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

Shades of Gorse #FDDB29

Tints of Gorse #FDDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 41 (16.41% from 255) = 7.99%

R = 49.32%
G = 42.69%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDDB29 (or 0xFDDB29) is known color: Gorse. HEX triplet: FD, DB and 29. RGB value is (253,219,41). Sum of RGB (Red+Green+Blue) = 253+219+41=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB29 is #0224D6. Grayscale: #D1D1D1. Windows color (decimal): -140503 or 2743293. OLE color: 2743293.

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

Color convert

RGB 253 219 41 -
CMYK 0 0.13 0.84 0.01
HSL 50.38º 0.98% 0.58% -
HSV(B) 50.38º 0.84% 0.99% -
XYZ 66.24 71.71 12.45 -
YUV 208.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 253 219 41 0 0.13 0.84 0.01 50.38 0.98 0.58
Hex FD DB 29 0 D 54 1 32 62 3A
Octal 375 333 51 0 15 124 1 62 142 72
Binary 11111101 11011011 101001 0 1101 1010100 1 110010 1100010 111010

Color Harmonies of #FDDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB29

Black with #FDDB29

Text Example


Text Example

White with #FDDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB29; }

 p { color: rgb(253,219,41); }

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

background-color css

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

 a { background-color: rgb(253,219,41); }

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

border-color css

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

 span { border-color: rgb(253,219,41); }

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