Html Css Color HEX #FEDE36 Gorse

📋 copy color: '#FEDE36'

red 254 ◦ green 222 ◦ blue 54

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

Shades of Gorse #FEDE36

Tints of Gorse #FEDE36

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

 BLUE value IS 54 (21.48% from 255) = 10.19%

R = 47.92%
G = 41.89%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEDE36 (or 0xFEDE36) is known color: Gorse. HEX triplet: FE, DE and 36. RGB value is (254,222,54). Sum of RGB (Red+Green+Blue) = 254+222+54=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 54 (21.48% from 255 or 10.19% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE36 is #0121C9. Grayscale: #D5D5D5. Windows color (decimal): -74186 or 3596030. OLE color: 3596030.

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

Color convert

RGB 254 222 54 -
CMYK 0 0.13 0.79 0.00
HSL 50.4º 0.99% 0.6% -
HSV(B) 50.4º 0.79% 1% -
XYZ 67.66 73.58 14.13 -
YUV 212.42 38.6 157.66 -
System Red Green Blue C M Y K H S L
Decimal 254 222 54 0 0.13 0.79 0.00 50.4 0.99 0.6
Hex FE DE 36 0 D 4F 0 32 63 3C
Octal 376 336 66 0 15 117 0 62 143 74
Binary 11111110 11011110 110110 0 1101 1001111 0 110010 1100011 111100

Color Harmonies of #FEDE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE36

Black with #FEDE36

Text Example


Text Example

White with #FEDE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE36; }

 p { color: rgb(254,222,54); }

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

background-color css

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

 a { background-color: rgb(254,222,54); }

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

border-color css

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

 span { border-color: rgb(254,222,54); }

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