Html Css Color HEX #FEE141 Gorse

📋 copy color: '#FEE141'

red 254 ◦ green 225 ◦ blue 65

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

Shades of Gorse #FEE141

Tints of Gorse #FEE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.95%

R = 46.69%
G = 41.36%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEE141 (or 0xFEE141) is known color: Gorse. HEX triplet: FE, E1 and 41. RGB value is (254,225,65). Sum of RGB (Red+Green+Blue) = 254+225+65=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 65 (25.78% from 255 or 11.95% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE141 is #011EBE. Grayscale: #D8D8D8. Windows color (decimal): -73407 or 4317694. OLE color: 4317694.

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

Color convert

RGB 254 225 65 -
CMYK 0 0.11 0.74 0.00
HSL 50.79º 0.99% 0.63% -
HSV(B) 50.79º 0.74% 1% -
XYZ 68.75 75.3 15.91 -
YUV 215.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 254 225 65 0 0.11 0.74 0.00 50.79 0.99 0.63
Hex FE E1 41 0 B 4A 0 33 63 3F
Octal 376 341 101 0 13 112 0 63 143 77
Binary 11111110 11100001 1000001 0 1011 1001010 0 110011 1100011 111111

Color Harmonies of #FEE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE141

Black with #FEE141

Text Example


Text Example

White with #FEE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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