Html Css Color HEX #FEDA29 Gorse

📋 copy color: '#FEDA29'

red 254 ◦ green 218 ◦ blue 41

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

Shades of Gorse #FEDA29

Tints of Gorse #FEDA29

RGB

 RED value IS 254 (99.61% from 255) = 49.51%

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 49.51%
G = 42.5%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEDA29 (or 0xFEDA29) is known color: Gorse. HEX triplet: FE, DA and 29. RGB value is (254,218,41). Sum of RGB (Red+Green+Blue) = 254+218+41=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA29 is #0125D6. Grayscale: #D1D1D1. Windows color (decimal): -75223 or 2743038. OLE color: 2743038.

HSL color Cylindrical-coordinate representation of color #FEDA29: hue angle of 49.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEDA29 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 218 41 -
CMYK 0 0.14 0.84 0.00
HSL 49.86º 0.99% 0.58% -
HSV(B) 49.86º 0.84% 1% -
XYZ 66.34 71.37 12.38 -
YUV 208.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 254 218 41 0 0.14 0.84 0.00 49.86 0.99 0.58
Hex FE DA 29 0 E 54 0 32 63 3A
Octal 376 332 51 0 16 124 0 62 143 72
Binary 11111110 11011010 101001 0 1110 1010100 0 110010 1100011 111010

Color Harmonies of #FEDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA29

Black with #FEDA29

Text Example


Text Example

White with #FEDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA29; }

 p { color: rgb(254,218,41); }

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

background-color css

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

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

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

border-color css

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

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

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