Html Css Color HEX #FDEC29 Gorse

📋 copy color: '#FDEC29'

red 253 ◦ green 236 ◦ blue 41

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

Shades of Gorse #FDEC29

Tints of Gorse #FDEC29

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

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

R = 47.74%
G = 44.53%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDEC29 (or 0xFDEC29) is known color: Gorse. HEX triplet: FD, EC and 29. RGB value is (253,236,41). Sum of RGB (Red+Green+Blue) = 253+236+41=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 41 (16.41% from 255 or 7.74% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC29 is #0213D6. Grayscale: #DBDBDB. Windows color (decimal): -136151 or 2747645. OLE color: 2747645.

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

Color convert

RGB 253 236 41 -
CMYK 0 0.07 0.84 0.01
HSL 55.19º 0.98% 0.58% -
HSV(B) 55.19º 0.84% 0.99% -
XYZ 70.9 81.03 14 -
YUV 218.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 253 236 41 0 0.07 0.84 0.01 55.19 0.98 0.58
Hex FD EC 29 0 7 54 1 37 62 3A
Octal 375 354 51 0 7 124 1 67 142 72
Binary 11111101 11101100 101001 0 111 1010100 1 110111 1100010 111010

Color Harmonies of #FDEC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC29

Black with #FDEC29

Text Example


Text Example

White with #FDEC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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