Html Css Color HEX #FEFC2C Gorse

📋 copy color: '#FEFC2C'

red 254 ◦ green 252 ◦ blue 44

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

Shades of Gorse #FEFC2C

Tints of Gorse #FEFC2C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.82%

 BLUE value IS 44 (17.58% from 255) = 8%

R = 46.18%
G = 45.82%
B = 8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEFC2C (or 0xFEFC2C) is known color: Gorse. HEX triplet: FE, FC and 2C. RGB value is (254,252,44). Sum of RGB (Red+Green+Blue) = 254+252+44=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 44 (17.58% from 255 or 8% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2C is #0103D3. Grayscale: #E5E5E5. Windows color (decimal): -66516 or 2948350. OLE color: 2948350.

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

Color convert

RGB 254 252 44 -
CMYK 0 0.01 0.83 0.00
HSL 59.43º 0.99% 0.58% -
HSV(B) 59.43º 0.83% 1% -
XYZ 76.14 90.87 15.91 -
YUV 228.89 23.66 145.91 -
System Red Green Blue C M Y K H S L
Decimal 254 252 44 0 0.01 0.83 0.00 59.43 0.99 0.58
Hex FE FC 2C 0 1 53 0 3B 63 3A
Octal 376 374 54 0 1 123 0 73 143 72
Binary 11111110 11111100 101100 0 1 1010011 0 111011 1100011 111010

Color Harmonies of #FEFC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC2C

Black with #FEFC2C

Text Example


Text Example

White with #FEFC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC2C; }

 p { color: rgb(254,252,44); }

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

background-color css

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

 a { background-color: rgb(254,252,44); }

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

border-color css

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

 span { border-color: rgb(254,252,44); }

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