Html Css Color HEX #FFE60A Lemon

📋 copy color: '#FFE60A'

red 255 ◦ green 230 ◦ blue 10

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

Shades of Lemon #FFE60A

Tints of Lemon #FFE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.46%

 BLUE value IS 10 (4.3% from 255) = 2.02%

R = 51.52%
G = 46.46%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFE60A (or 0xFFE60A) is known color: Lemon. HEX triplet: FF, E6 and 0A. RGB value is (255,230,10). Sum of RGB (Red+Green+Blue) = 255+230+10=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE60A is #0019F5. Grayscale: #D5D5D5. Windows color (decimal): -6646 or 714495. OLE color: 714495.

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

Color convert

RGB 255 230 10 -
CMYK 0 0.10 0.96 0
HSL 53.88º 1% 0.52% -
HSV(B) 53.88º 0.96% 1% -
XYZ 69.59 77.88 11.65 -
YUV 212.4 13.78 158.39 -
System Red Green Blue C M Y K H S L
Decimal 255 230 10 0 0.10 0.96 0 53.88 1 0.52
Hex FF E6 A 0 A 60 0 36 64 34
Octal 377 346 12 0 12 140 0 66 144 64
Binary 11111111 11100110 1010 0 1010 1100000 0 110110 1100100 110100

Color Harmonies of #FFE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE60A

Black with #FFE60A

Text Example


Text Example

White with #FFE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE60A; }

 p { color: rgb(255,230,10); }

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

background-color css

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

 a { background-color: rgb(255,230,10); }

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

border-color css

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

 span { border-color: rgb(255,230,10); }

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