Html Css Color HEX #FEE145 Gorse

📋 copy color: '#FEE145'

red 254 ◦ green 225 ◦ blue 69

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

Shades of Gorse #FEE145

Tints of Gorse #FEE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.59%

R = 46.35%
G = 41.06%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEE145 (or 0xFEE145) is known color: Gorse. HEX triplet: FE, E1 and 45. RGB value is (254,225,69). Sum of RGB (Red+Green+Blue) = 254+225+69=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE145 is #011EBA. Grayscale: #D8D8D8. Windows color (decimal): -73403 or 4579838. OLE color: 4579838.

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

Color convert

RGB 254 225 69 -
CMYK 0 0.11 0.73 0.00
HSL 50.59º 0.99% 0.63% -
HSV(B) 50.59º 0.73% 1% -
XYZ 68.87 75.35 16.54 -
YUV 215.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 254 225 69 0 0.11 0.73 0.00 50.59 0.99 0.63
Hex FE E1 45 0 B 49 0 33 63 3F
Octal 376 341 105 0 13 111 0 63 143 77
Binary 11111110 11100001 1000101 0 1011 1001001 0 110011 1100011 111111

Color Harmonies of #FEE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE145

Black with #FEE145

Text Example


Text Example

White with #FEE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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