Html Css Color HEX #FEF92F Gorse

📋 copy color: '#FEF92F'

red 254 ◦ green 249 ◦ blue 47

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

Shades of Gorse #FEF92F

Tints of Gorse #FEF92F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

 BLUE value IS 47 (18.75% from 255) = 8.55%

R = 46.18%
G = 45.27%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF92F (or 0xFEF92F) is known color: Gorse. HEX triplet: FE, F9 and 2F. RGB value is (254,249,47). Sum of RGB (Red+Green+Blue) = 254+249+47=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 47 (18.75% from 255 or 8.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF92F is #0106D0. Grayscale: #E4E4E4. Windows color (decimal): -67281 or 3144190. OLE color: 3144190.

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

Color convert

RGB 254 249 47 -
CMYK 0 0.02 0.81 0.00
HSL 58.55º 0.99% 0.59% -
HSV(B) 58.55º 0.81% 1% -
XYZ 75.26 89.03 15.91 -
YUV 227.47 26.16 146.93 -
System Red Green Blue C M Y K H S L
Decimal 254 249 47 0 0.02 0.81 0.00 58.55 0.99 0.59
Hex FE F9 2F 0 2 51 0 3B 63 3B
Octal 376 371 57 0 2 121 0 73 143 73
Binary 11111110 11111001 101111 0 10 1010001 0 111011 1100011 111011

Color Harmonies of #FEF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF92F

Black with #FEF92F

Text Example


Text Example

White with #FEF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF92F; }

 p { color: rgb(254,249,47); }

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

background-color css

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

 a { background-color: rgb(254,249,47); }

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

border-color css

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

 span { border-color: rgb(254,249,47); }

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