Html Css Color HEX #FFE132 Gorse

📋 copy color: '#FFE132'

red 255 ◦ green 225 ◦ blue 50

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

Shades of Gorse #FFE132

Tints of Gorse #FFE132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.43%

R = 48.11%
G = 42.45%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFE132 (or 0xFFE132) is known color: Gorse. HEX triplet: FF, E1 and 32. RGB value is (255,225,50). Sum of RGB (Red+Green+Blue) = 255+225+50=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE132 is #001ECD. Grayscale: #D6D6D6. Windows color (decimal): -7886 or 3334655. OLE color: 3334655.

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

Color convert

RGB 255 225 50 -
CMYK 0 0.12 0.80 0
HSL 51.22º 1% 0.6% -
HSV(B) 51.22º 0.8% 1% -
XYZ 68.74 75.34 13.94 -
YUV 214.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 255 225 50 0 0.12 0.80 0 51.22 1 0.6
Hex FF E1 32 0 C 50 0 33 64 3C
Octal 377 341 62 0 14 120 0 63 144 74
Binary 11111111 11100001 110010 0 1100 1010000 0 110011 1100100 111100

Color Harmonies of #FFE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE132

Black with #FFE132

Text Example


Text Example

White with #FFE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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