Html Css Color HEX #FDDE29 Gorse

📋 copy color: '#FDDE29'

red 253 ◦ green 222 ◦ blue 41

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

Shades of Gorse #FDDE29

Tints of Gorse #FDDE29

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 49.03%
G = 43.02%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDDE29 (or 0xFDDE29) is known color: Gorse. HEX triplet: FD, DE and 29. RGB value is (253,222,41). Sum of RGB (Red+Green+Blue) = 253+222+41=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE29 is #0221D6. Grayscale: #D3D3D3. Windows color (decimal): -139735 or 2744061. OLE color: 2744061.

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

Color convert

RGB 253 222 41 -
CMYK 0 0.12 0.84 0.01
HSL 51.23º 0.98% 0.58% -
HSV(B) 51.23º 0.84% 0.99% -
XYZ 67.03 73.29 12.71 -
YUV 210.64 32.27 158.22 -
System Red Green Blue C M Y K H S L
Decimal 253 222 41 0 0.12 0.84 0.01 51.23 0.98 0.58
Hex FD DE 29 0 C 54 1 33 62 3A
Octal 375 336 51 0 14 124 1 63 142 72
Binary 11111101 11011110 101001 0 1100 1010100 1 110011 1100010 111010

Color Harmonies of #FDDE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE29

Black with #FDDE29

Text Example


Text Example

White with #FDDE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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