Html Css Color HEX #FFE10C Lemon

📋 copy color: '#FFE10C'

red 255 ◦ green 225 ◦ blue 12

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

Shades of Lemon #FFE10C

Tints of Lemon #FFE10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.44%

R = 51.83%
G = 45.73%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFE10C (or 0xFFE10C) is known color: Lemon. HEX triplet: FF, E1 and 0C. RGB value is (255,225,12). Sum of RGB (Red+Green+Blue) = 255+225+12=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE10C is #001EF3. Grayscale: #D2D2D2. Windows color (decimal): -7924 or 844287. OLE color: 844287.

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

Color convert

RGB 255 225 12 -
CMYK 0 0.12 0.95 0
HSL 52.59º 1% 0.52% -
HSV(B) 52.59º 0.95% 1% -
XYZ 68.23 75.14 11.25 -
YUV 209.69 16.44 160.32 -
System Red Green Blue C M Y K H S L
Decimal 255 225 12 0 0.12 0.95 0 52.59 1 0.52
Hex FF E1 C 0 C 5F 0 35 64 34
Octal 377 341 14 0 14 137 0 65 144 64
Binary 11111111 11100001 1100 0 1100 1011111 0 110101 1100100 110100

Color Harmonies of #FFE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE10C

Black with #FFE10C

Text Example


Text Example

White with #FFE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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