Html Css Color HEX #FDED29 Gorse

📋 copy color: '#FDED29'

red 253 ◦ green 237 ◦ blue 41

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

Shades of Gorse #FDED29

Tints of Gorse #FDED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

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

R = 47.65%
G = 44.63%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDED29 (or 0xFDED29) is known color: Gorse. HEX triplet: FD, ED and 29. RGB value is (253,237,41). Sum of RGB (Red+Green+Blue) = 253+237+41=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 41 (16.41% from 255 or 7.72% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED29 is #0212D6. Grayscale: #DCDCDC. Windows color (decimal): -135895 or 2747901. OLE color: 2747901.

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

Color convert

RGB 253 237 41 -
CMYK 0 0.06 0.84 0.01
HSL 55.47º 0.98% 0.58% -
HSV(B) 55.47º 0.84% 0.99% -
XYZ 71.19 81.61 14.1 -
YUV 219.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 253 237 41 0 0.06 0.84 0.01 55.47 0.98 0.58
Hex FD ED 29 0 6 54 1 37 62 3A
Octal 375 355 51 0 6 124 1 67 142 72
Binary 11111101 11101101 101001 0 110 1010100 1 110111 1100010 111010

Color Harmonies of #FDED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED29

Black with #FDED29

Text Example


Text Example

White with #FDED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED29; }

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

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

background-color css

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

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

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

border-color css

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

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

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