Html Css Color HEX #FEF531 Gorse

📋 copy color: '#FEF531'

red 254 ◦ green 245 ◦ blue 49

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

Shades of Gorse #FEF531

Tints of Gorse #FEF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.71%

 BLUE value IS 49 (19.53% from 255) = 8.94%

R = 46.35%
G = 44.71%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF531 (or 0xFEF531) is known color: Gorse. HEX triplet: FE, F5 and 31. RGB value is (254,245,49). Sum of RGB (Red+Green+Blue) = 254+245+49=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 49 (19.53% from 255 or 8.94% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF531 is #010ACE. Grayscale: #E2E2E2. Windows color (decimal): -68303 or 3274238. OLE color: 3274238.

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

Color convert

RGB 254 245 49 -
CMYK 0 0.04 0.81 0.00
HSL 57.37º 0.99% 0.59% -
HSV(B) 57.37º 0.81% 1% -
XYZ 74.08 86.6 15.72 -
YUV 225.35 28.48 148.44 -
System Red Green Blue C M Y K H S L
Decimal 254 245 49 0 0.04 0.81 0.00 57.37 0.99 0.59
Hex FE F5 31 0 4 51 0 39 63 3B
Octal 376 365 61 0 4 121 0 71 143 73
Binary 11111110 11110101 110001 0 100 1010001 0 111001 1100011 111011

Color Harmonies of #FEF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF531

Black with #FEF531

Text Example


Text Example

White with #FEF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF531; }

 p { color: rgb(254,245,49); }

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

background-color css

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

 a { background-color: rgb(254,245,49); }

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

border-color css

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

 span { border-color: rgb(254,245,49); }

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