Html Css Color HEX #FEE02F Gorse

📋 copy color: '#FEE02F'

red 254 ◦ green 224 ◦ blue 47

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

Shades of Gorse #FEE02F

Tints of Gorse #FEE02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 48.38%
G = 42.67%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEE02F (or 0xFEE02F) is known color: Gorse. HEX triplet: FE, E0 and 2F. RGB value is (254,224,47). Sum of RGB (Red+Green+Blue) = 254+224+47=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE02F is #011FD0. Grayscale: #D5D5D5. Windows color (decimal): -73681 or 3137790. OLE color: 3137790.

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

Color convert

RGB 254 224 47 -
CMYK 0 0.12 0.81 0.00
HSL 51.3º 0.99% 0.59% -
HSV(B) 51.3º 0.81% 1% -
XYZ 68.04 74.59 13.5 -
YUV 212.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 254 224 47 0 0.12 0.81 0.00 51.3 0.99 0.59
Hex FE E0 2F 0 C 51 0 33 63 3B
Octal 376 340 57 0 14 121 0 63 143 73
Binary 11111110 11100000 101111 0 1100 1010001 0 110011 1100011 111011

Color Harmonies of #FEE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE02F

Black with #FEE02F

Text Example


Text Example

White with #FEE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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