Html Css Color HEX #FFE131 Gorse

📋 copy color: '#FFE131'

red 255 ◦ green 225 ◦ blue 49

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

Shades of Gorse #FFE131

Tints of Gorse #FFE131

RGB

 RED value IS 255 (100% from 255) = 48.2%

 GREEN value IS 225 (88.28% from 255) = 42.53%

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

R = 48.2%
G = 42.53%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFE131 (or 0xFFE131) is known color: Gorse. HEX triplet: FF, E1 and 31. RGB value is (255,225,49). Sum of RGB (Red+Green+Blue) = 255+225+49=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE131 is #001ECE. Grayscale: #D6D6D6. Windows color (decimal): -7887 or 3269119. OLE color: 3269119.

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

Color convert

RGB 255 225 49 -
CMYK 0 0.12 0.81 0
HSL 51.26º 1% 0.6% -
HSV(B) 51.26º 0.81% 1% -
XYZ 68.72 75.33 13.82 -
YUV 213.91 34.94 157.31 -
System Red Green Blue C M Y K H S L
Decimal 255 225 49 0 0.12 0.81 0 51.26 1 0.6
Hex FF E1 31 0 C 51 0 33 64 3C
Octal 377 341 61 0 14 121 0 63 144 74
Binary 11111111 11100001 110001 0 1100 1010001 0 110011 1100100 111100

Color Harmonies of #FFE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE131

Black with #FFE131

Text Example


Text Example

White with #FFE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE131; }

 p { color: rgb(255,225,49); }

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

background-color css

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

 a { background-color: rgb(255,225,49); }

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

border-color css

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

 span { border-color: rgb(255,225,49); }

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