Html Css Color HEX #FEE53C Gorse

📋 copy color: '#FEE53C'

red 254 ◦ green 229 ◦ blue 60

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

Shades of Gorse #FEE53C

Tints of Gorse #FEE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 60 (23.83% from 255) = 11.05%

R = 46.78%
G = 42.17%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEE53C (or 0xFEE53C) is known color: Gorse. HEX triplet: FE, E5 and 3C. RGB value is (254,229,60). Sum of RGB (Red+Green+Blue) = 254+229+60=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE53C is #011AC3. Grayscale: #D9D9D9. Windows color (decimal): -72388 or 3991038. OLE color: 3991038.

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

Color convert

RGB 254 229 60 -
CMYK 0 0.10 0.76 0.00
HSL 52.27º 0.99% 0.62% -
HSV(B) 52.27º 0.76% 1% -
XYZ 69.71 77.44 15.55 -
YUV 217.21 39.28 154.24 -
System Red Green Blue C M Y K H S L
Decimal 254 229 60 0 0.10 0.76 0.00 52.27 0.99 0.62
Hex FE E5 3C 0 A 4C 0 34 63 3E
Octal 376 345 74 0 12 114 0 64 143 76
Binary 11111110 11100101 111100 0 1010 1001100 0 110100 1100011 111110

Color Harmonies of #FEE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE53C

Black with #FEE53C

Text Example


Text Example

White with #FEE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE53C; }

 p { color: rgb(254,229,60); }

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

background-color css

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

 a { background-color: rgb(254,229,60); }

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

border-color css

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

 span { border-color: rgb(254,229,60); }

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