Html Css Color HEX #FEE245 Gorse

📋 copy color: '#FEE245'

red 254 ◦ green 226 ◦ blue 69

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

Shades of Gorse #FEE245

Tints of Gorse #FEE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.17%

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

R = 46.27%
G = 41.17%
B = 12.57%

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

#FEE245 (or 0xFEE245) is known color: Gorse. HEX triplet: FE, E2 and 45. RGB value is (254,226,69). Sum of RGB (Red+Green+Blue) = 254+226+69=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE245 is #011DBA. Grayscale: #D9D9D9. Windows color (decimal): -73147 or 4580094. OLE color: 4580094.

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

Color convert

RGB 254 226 69 -
CMYK 0 0.11 0.73 0.00
HSL 50.92º 0.99% 0.63% -
HSV(B) 50.92º 0.73% 1% -
XYZ 69.14 75.89 16.63 -
YUV 216.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 254 226 69 0 0.11 0.73 0.00 50.92 0.99 0.63
Hex FE E2 45 0 B 49 0 33 63 3F
Octal 376 342 105 0 13 111 0 63 143 77
Binary 11111110 11100010 1000101 0 1011 1001001 0 110011 1100011 111111

Color Harmonies of #FEE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE245

Black with #FEE245

Text Example


Text Example

White with #FEE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE245; }

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

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

background-color css

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

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

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

border-color css

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

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

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