Html Css Color HEX #FFE32F Gorse

📋 copy color: '#FFE32F'

red 255 ◦ green 227 ◦ blue 47

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

Shades of Gorse #FFE32F

Tints of Gorse #FFE32F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 48.2%
G = 42.91%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFE32F (or 0xFFE32F) is known color: Gorse. HEX triplet: FF, E3 and 2F. RGB value is (255,227,47). Sum of RGB (Red+Green+Blue) = 255+227+47=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE32F is #001CD0. Grayscale: #D7D7D7. Windows color (decimal): -7377 or 3138559. OLE color: 3138559.

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

Color convert

RGB 255 227 47 -
CMYK 0 0.11 0.82 0
HSL 51.92º 1% 0.59% -
HSV(B) 51.92º 0.82% 1% -
XYZ 69.22 76.4 13.79 -
YUV 214.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 255 227 47 0 0.11 0.82 0 51.92 1 0.59
Hex FF E3 2F 0 B 52 0 34 64 3B
Octal 377 343 57 0 13 122 0 64 144 73
Binary 11111111 11100011 101111 0 1011 1010010 0 110100 1100100 111011

Color Harmonies of #FFE32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE32F

Black with #FFE32F

Text Example


Text Example

White with #FFE32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE32F; }

 p { color: rgb(255,227,47); }

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

background-color css

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

 a { background-color: rgb(255,227,47); }

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

border-color css

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

 span { border-color: rgb(255,227,47); }

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