Html Css Color HEX #FEF42C Gorse

📋 copy color: '#FEF42C'

red 254 ◦ green 244 ◦ blue 44

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

Shades of Gorse #FEF42C

Tints of Gorse #FEF42C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.02%

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

R = 46.86%
G = 45.02%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF42C (or 0xFEF42C) is known color: Gorse. HEX triplet: FE, F4 and 2C. RGB value is (254,244,44). Sum of RGB (Red+Green+Blue) = 254+244+44=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 44 (17.58% from 255 or 8.12% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF42C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF42C is #010BD3. Grayscale: #E0E0E0. Windows color (decimal): -68564 or 2946302. OLE color: 2946302.

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

Color convert

RGB 254 244 44 -
CMYK 0 0.04 0.83 0.00
HSL 57.14º 0.99% 0.58% -
HSV(B) 57.14º 0.83% 1% -
XYZ 73.68 85.95 15.09 -
YUV 224.19 26.31 149.26 -
System Red Green Blue C M Y K H S L
Decimal 254 244 44 0 0.04 0.83 0.00 57.14 0.99 0.58
Hex FE F4 2C 0 4 53 0 39 63 3A
Octal 376 364 54 0 4 123 0 71 143 72
Binary 11111110 11110100 101100 0 100 1010011 0 111001 1100011 111010

Color Harmonies of #FEF42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF42C

Black with #FEF42C

Text Example


Text Example

White with #FEF42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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