Html Css Color HEX #FEE42F Gorse

📋 copy color: '#FEE42F'

red 254 ◦ green 228 ◦ blue 47

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

Shades of Gorse #FEE42F

Tints of Gorse #FEE42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 48.02%
G = 43.1%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEE42F (or 0xFEE42F) is known color: Gorse. HEX triplet: FE, E4 and 2F. RGB value is (254,228,47). Sum of RGB (Red+Green+Blue) = 254+228+47=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE42F is #011BD0. Grayscale: #D7D7D7. Windows color (decimal): -72657 or 3138814. OLE color: 3138814.

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

Color convert

RGB 254 228 47 -
CMYK 0 0.10 0.81 0.00
HSL 52.46º 0.99% 0.59% -
HSV(B) 52.46º 0.81% 1% -
XYZ 69.13 76.76 13.86 -
YUV 215.14 33.11 155.72 -
System Red Green Blue C M Y K H S L
Decimal 254 228 47 0 0.10 0.81 0.00 52.46 0.99 0.59
Hex FE E4 2F 0 A 51 0 34 63 3B
Octal 376 344 57 0 12 121 0 64 143 73
Binary 11111110 11100100 101111 0 1010 1010001 0 110100 1100011 111011

Color Harmonies of #FEE42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE42F

Black with #FEE42F

Text Example


Text Example

White with #FEE42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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