Html Css Color HEX #FEEF2F Gorse

📋 copy color: '#FEEF2F'

red 254 ◦ green 239 ◦ blue 47

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

Shades of Gorse #FEEF2F

Tints of Gorse #FEEF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.7%

R = 47.04%
G = 44.26%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEEF2F (or 0xFEEF2F) is known color: Gorse. HEX triplet: FE, EF and 2F. RGB value is (254,239,47). Sum of RGB (Red+Green+Blue) = 254+239+47=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 47 (18.75% from 255 or 8.70% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF2F is #0110D0. Grayscale: #DEDEDE. Windows color (decimal): -69841 or 3141630. OLE color: 3141630.

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

Color convert

RGB 254 239 47 -
CMYK 0 0.06 0.81 0.00
HSL 55.65º 0.99% 0.59% -
HSV(B) 55.65º 0.81% 1% -
XYZ 72.25 83.01 14.9 -
YUV 221.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 254 239 47 0 0.06 0.81 0.00 55.65 0.99 0.59
Hex FE EF 2F 0 6 51 0 38 63 3B
Octal 376 357 57 0 6 121 0 70 143 73
Binary 11111110 11101111 101111 0 110 1010001 0 111000 1100011 111011

Color Harmonies of #FEEF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF2F

Black with #FEEF2F

Text Example


Text Example

White with #FEEF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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