Html Css Color HEX #FEF434 Gorse

📋 copy color: '#FEF434'

red 254 ◦ green 244 ◦ blue 52

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

Shades of Gorse #FEF434

Tints of Gorse #FEF434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.45%

R = 46.18%
G = 44.36%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEF434 (or 0xFEF434) is known color: Gorse. HEX triplet: FE, F4 and 34. RGB value is (254,244,52). Sum of RGB (Red+Green+Blue) = 254+244+52=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 52 (20.70% from 255 or 9.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF434 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF434 is #010BCB. Grayscale: #E1E1E1. Windows color (decimal): -68556 or 3470590. OLE color: 3470590.

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

Color convert

RGB 254 244 52 -
CMYK 0 0.04 0.80 0.00
HSL 57.03º 0.99% 0.6% -
HSV(B) 57.03º 0.8% 1% -
XYZ 73.84 86.02 15.96 -
YUV 225.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 254 244 52 0 0.04 0.80 0.00 57.03 0.99 0.6
Hex FE F4 34 0 4 50 0 39 63 3C
Octal 376 364 64 0 4 120 0 71 143 74
Binary 11111110 11110100 110100 0 100 1010000 0 111001 1100011 111100

Color Harmonies of #FEF434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF434

Black with #FEF434

Text Example


Text Example

White with #FEF434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF434; }

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

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

background-color css

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

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

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

border-color css

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

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

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