Html Css Color HEX #FEF42E Gorse

📋 copy color: '#FEF42E'

red 254 ◦ green 244 ◦ blue 46

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

Shades of Gorse #FEF42E

Tints of Gorse #FEF42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.46%

R = 46.69%
G = 44.85%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEF42E (or 0xFEF42E) is known color: Gorse. HEX triplet: FE, F4 and 2E. RGB value is (254,244,46). Sum of RGB (Red+Green+Blue) = 254+244+46=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 46 (18.36% from 255 or 8.46% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF42E is #010BD1. Grayscale: #E1E1E1. Windows color (decimal): -68562 or 3077374. OLE color: 3077374.

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

Color convert

RGB 254 244 46 -
CMYK 0 0.04 0.82 0.00
HSL 57.12º 0.99% 0.59% -
HSV(B) 57.12º 0.82% 1% -
XYZ 73.72 85.97 15.29 -
YUV 224.42 27.31 149.1 -
System Red Green Blue C M Y K H S L
Decimal 254 244 46 0 0.04 0.82 0.00 57.12 0.99 0.59
Hex FE F4 2E 0 4 52 0 39 63 3B
Octal 376 364 56 0 4 122 0 71 143 73
Binary 11111110 11110100 101110 0 100 1010010 0 111001 1100011 111011

Color Harmonies of #FEF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF42E

Black with #FEF42E

Text Example


Text Example

White with #FEF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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