Html Css Color HEX #FEED40 Gorse

📋 copy color: '#FEED40'

red 254 ◦ green 237 ◦ blue 64

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

Shades of Gorse #FEED40

Tints of Gorse #FEED40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.53%

R = 45.77%
G = 42.7%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEED40 (or 0xFEED40) is known color: Gorse. HEX triplet: FE, ED and 40. RGB value is (254,237,64). Sum of RGB (Red+Green+Blue) = 254+237+64=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 64 (25.39% from 255 or 11.53% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED40 is #0112BF. Grayscale: #DFDFDF. Windows color (decimal): -70336 or 4255230. OLE color: 4255230.

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

Color convert

RGB 254 237 64 -
CMYK 0 0.07 0.75 0.00
HSL 54.63º 0.99% 0.62% -
HSV(B) 54.63º 0.75% 1% -
XYZ 72.08 82.01 16.88 -
YUV 222.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 254 237 64 0 0.07 0.75 0.00 54.63 0.99 0.62
Hex FE ED 40 0 7 4B 0 37 63 3E
Octal 376 355 100 0 7 113 0 67 143 76
Binary 11111110 11101101 1000000 0 111 1001011 0 110111 1100011 111110

Color Harmonies of #FEED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEED40

Black with #FEED40

Text Example


Text Example

White with #FEED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEED40; }

 p { color: rgb(254,237,64); }

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

background-color css

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

 a { background-color: rgb(254,237,64); }

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

border-color css

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

 span { border-color: rgb(254,237,64); }

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