Html Css Color HEX #FDFD29 Gorse

📋 copy color: '#FDFD29'

red 253 ◦ green 253 ◦ blue 41

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

Shades of Gorse #FDFD29

Tints of Gorse #FDFD29

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

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

R = 46.25%
G = 46.25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDFD29 (or 0xFDFD29) is known color: Gorse. HEX triplet: FD, FD and 29. RGB value is (253,253,41). Sum of RGB (Red+Green+Blue) = 253+253+41=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 41 (16.41% from 255 or 7.50% from 547); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD29 is #0202D6. Grayscale: #E5E5E5. Windows color (decimal): -131799 or 2751997. OLE color: 2751997.

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

Color convert

RGB 253 253 41 -
CMYK 0 0 0.84 0.01
HSL 60º 0.98% 0.58% -
HSV(B) 60º 0.84% 0.99% -
XYZ 76.03 91.29 15.71 -
YUV 228.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 253 253 41 0 0 0.84 0.01 60 0.98 0.58
Hex FD FD 29 0 0 54 1 3C 62 3A
Octal 375 375 51 0 0 124 1 74 142 72
Binary 11111101 11111101 101001 0 0 1010100 1 111100 1100010 111010

Color Harmonies of #FDFD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD29

Black with #FDFD29

Text Example


Text Example

White with #FDFD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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