Html Css Color HEX #FEF134 Gorse

📋 copy color: '#FEF134'

red 254 ◦ green 241 ◦ blue 52

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

Shades of Gorse #FEF134

Tints of Gorse #FEF134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

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

R = 46.44%
G = 44.06%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEF134 (or 0xFEF134) is known color: Gorse. HEX triplet: FE, F1 and 34. RGB value is (254,241,52). Sum of RGB (Red+Green+Blue) = 254+241+52=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 52 (20.70% from 255 or 9.51% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF134 is #010ECB. Grayscale: #E0E0E0. Windows color (decimal): -69324 or 3469822. OLE color: 3469822.

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

Color convert

RGB 254 241 52 -
CMYK 0 0.05 0.80 0.00
HSL 56.14º 0.99% 0.6% -
HSV(B) 56.14º 0.8% 1% -
XYZ 72.95 84.23 15.66 -
YUV 223.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 254 241 52 0 0.05 0.80 0.00 56.14 0.99 0.6
Hex FE F1 34 0 5 50 0 38 63 3C
Octal 376 361 64 0 5 120 0 70 143 74
Binary 11111110 11110001 110100 0 101 1010000 0 111000 1100011 111100

Color Harmonies of #FEF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF134

Black with #FEF134

Text Example


Text Example

White with #FEF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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