Html Css Color HEX #FDE429 Gorse

📋 copy color: '#FDE429'

red 253 ◦ green 228 ◦ blue 41

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

Shades of Gorse #FDE429

Tints of Gorse #FDE429

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

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

R = 48.47%
G = 43.68%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE429 (or 0xFDE429) is known color: Gorse. HEX triplet: FD, E4 and 29. RGB value is (253,228,41). Sum of RGB (Red+Green+Blue) = 253+228+41=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 41 (16.41% from 255 or 7.85% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE429 is #021BD6. Grayscale: #D6D6D6. Windows color (decimal): -138199 or 2745597. OLE color: 2745597.

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

Color convert

RGB 253 228 41 -
CMYK 0 0.10 0.84 0.01
HSL 52.92º 0.98% 0.58% -
HSV(B) 52.92º 0.84% 0.99% -
XYZ 68.65 76.53 13.25 -
YUV 214.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 253 228 41 0 0.10 0.84 0.01 52.92 0.98 0.58
Hex FD E4 29 0 A 54 1 35 62 3A
Octal 375 344 51 0 12 124 1 65 142 72
Binary 11111101 11100100 101001 0 1010 1010100 1 110101 1100010 111010

Color Harmonies of #FDE429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE429

Black with #FDE429

Text Example


Text Example

White with #FDE429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE429; }

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

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

background-color css

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

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

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

border-color css

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

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

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