Html Css Color HEX #FEE12B Gorse

📋 copy color: '#FEE12B'

red 254 ◦ green 225 ◦ blue 43

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

Shades of Gorse #FEE12B

Tints of Gorse #FEE12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.1%

 BLUE value IS 43 (17.19% from 255) = 8.24%

R = 48.66%
G = 43.1%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEE12B (or 0xFEE12B) is known color: Gorse. HEX triplet: FE, E1 and 2B. RGB value is (254,225,43). Sum of RGB (Red+Green+Blue) = 254+225+43=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 43 (17.19% from 255 or 8.24% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE12B is #011ED4. Grayscale: #D5D5D5. Windows color (decimal): -73429 or 2875902. OLE color: 2875902.

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

Color convert

RGB 254 225 43 -
CMYK 0 0.11 0.83 0.00
HSL 51.75º 0.99% 0.58% -
HSV(B) 51.75º 0.83% 1% -
XYZ 68.23 75.1 13.18 -
YUV 212.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 254 225 43 0 0.11 0.83 0.00 51.75 0.99 0.58
Hex FE E1 2B 0 B 53 0 34 63 3A
Octal 376 341 53 0 13 123 0 64 143 72
Binary 11111110 11100001 101011 0 1011 1010011 0 110100 1100011 111010

Color Harmonies of #FEE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE12B

Black with #FEE12B

Text Example


Text Example

White with #FEE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE12B; }

 p { color: rgb(254,225,43); }

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

background-color css

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

 a { background-color: rgb(254,225,43); }

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

border-color css

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

 span { border-color: rgb(254,225,43); }

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