Html Css Color HEX #FDE129 Gorse

📋 copy color: '#FDE129'

red 253 ◦ green 225 ◦ blue 41

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

Shades of Gorse #FDE129

Tints of Gorse #FDE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

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

R = 48.75%
G = 43.35%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE129 (or 0xFDE129) is known color: Gorse. HEX triplet: FD, E1 and 29. RGB value is (253,225,41). Sum of RGB (Red+Green+Blue) = 253+225+41=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE129 is #021ED6. Grayscale: #D5D5D5. Windows color (decimal): -138967 or 2744829. OLE color: 2744829.

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

Color convert

RGB 253 225 41 -
CMYK 0 0.11 0.84 0.01
HSL 52.08º 0.98% 0.58% -
HSV(B) 52.08º 0.84% 0.99% -
XYZ 67.83 74.89 12.98 -
YUV 212.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 253 225 41 0 0.11 0.84 0.01 52.08 0.98 0.58
Hex FD E1 29 0 B 54 1 34 62 3A
Octal 375 341 51 0 13 124 1 64 142 72
Binary 11111101 11100001 101001 0 1011 1010100 1 110100 1100010 111010

Color Harmonies of #FDE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE129

Black with #FDE129

Text Example


Text Example

White with #FDE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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