Html Css Color HEX #FFE12F Gorse

📋 copy color: '#FFE12F'

red 255 ◦ green 225 ◦ blue 47

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

Shades of Gorse #FFE12F

Tints of Gorse #FFE12F

RGB

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

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

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

R = 48.39%
G = 42.69%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFE12F (or 0xFFE12F) is known color: Gorse. HEX triplet: FF, E1 and 2F. RGB value is (255,225,47). Sum of RGB (Red+Green+Blue) = 255+225+47=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE12F is #001ED0. Grayscale: #D6D6D6. Windows color (decimal): -7889 or 3138047. OLE color: 3138047.

HSL color Cylindrical-coordinate representation of color #FFE12F: hue angle of 51.35º 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 #FFE12F is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 47 -
CMYK 0 0.12 0.82 0
HSL 51.35º 1% 0.59% -
HSV(B) 51.35º 0.82% 1% -
XYZ 68.68 75.32 13.61 -
YUV 213.68 33.94 157.47 -
System Red Green Blue C M Y K H S L
Decimal 255 225 47 0 0.12 0.82 0 51.35 1 0.59
Hex FF E1 2F 0 C 52 0 33 64 3B
Octal 377 341 57 0 14 122 0 63 144 73
Binary 11111111 11100001 101111 0 1100 1010010 0 110011 1100100 111011

Color Harmonies of #FFE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE12F

Black with #FFE12F

Text Example


Text Example

White with #FFE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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