Html Css Color HEX #FEEC2D Gorse

📋 copy color: '#FEEC2D'

red 254 ◦ green 236 ◦ blue 45

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

Shades of Gorse #FEEC2D

Tints of Gorse #FEEC2D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 45 (17.97% from 255) = 8.41%

R = 47.48%
G = 44.11%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEEC2D (or 0xFEEC2D) is known color: Gorse. HEX triplet: FE, EC and 2D. RGB value is (254,236,45). Sum of RGB (Red+Green+Blue) = 254+236+45=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC2D is #0113D2. Grayscale: #DCDCDC. Windows color (decimal): -70611 or 3009790. OLE color: 3009790.

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

Color convert

RGB 254 236 45 -
CMYK 0 0.07 0.82 0.00
HSL 54.83º 0.99% 0.59% -
HSV(B) 54.83º 0.82% 1% -
XYZ 71.34 81.25 14.41 -
YUV 219.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 254 236 45 0 0.07 0.82 0.00 54.83 0.99 0.59
Hex FE EC 2D 0 7 52 0 37 63 3B
Octal 376 354 55 0 7 122 0 67 143 73
Binary 11111110 11101100 101101 0 111 1010010 0 110111 1100011 111011

Color Harmonies of #FEEC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC2D

Black with #FEEC2D

Text Example


Text Example

White with #FEEC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC2D; }

 p { color: rgb(254,236,45); }

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

background-color css

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

 a { background-color: rgb(254,236,45); }

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

border-color css

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

 span { border-color: rgb(254,236,45); }

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