Html Css Color HEX #FEEF2D Gorse

📋 copy color: '#FEEF2D'

red 254 ◦ green 239 ◦ blue 45

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

Shades of Gorse #FEEF2D

Tints of Gorse #FEEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

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

R = 47.21%
G = 44.42%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEEF2D (or 0xFEEF2D) is known color: Gorse. HEX triplet: FE, EF and 2D. RGB value is (254,239,45). Sum of RGB (Red+Green+Blue) = 254+239+45=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF2D is #0110D2. Grayscale: #DEDEDE. Windows color (decimal): -69843 or 3010558. OLE color: 3010558.

HSL color Cylindrical-coordinate representation of color #FEEF2D: hue angle of 55.69º 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 #FEEF2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 239 45 -
CMYK 0 0.06 0.82 0.00
HSL 55.69º 0.99% 0.59% -
HSV(B) 55.69º 0.82% 1% -
XYZ 72.21 82.99 14.7 -
YUV 221.37 28.47 151.27 -
System Red Green Blue C M Y K H S L
Decimal 254 239 45 0 0.06 0.82 0.00 55.69 0.99 0.59
Hex FE EF 2D 0 6 52 0 38 63 3B
Octal 376 357 55 0 6 122 0 70 143 73
Binary 11111110 11101111 101101 0 110 1010010 0 111000 1100011 111011

Color Harmonies of #FEEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF2D

Black with #FEEF2D

Text Example


Text Example

White with #FEEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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