Html Css Color HEX #FFEF20 Lemon

📋 copy color: '#FFEF20'

red 255 ◦ green 239 ◦ blue 32

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

Shades of Lemon #FFEF20

Tints of Lemon #FFEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.44%

 BLUE value IS 32 (12.89% from 255) = 6.08%

R = 48.48%
G = 45.44%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFEF20 (or 0xFFEF20) is known color: Lemon. HEX triplet: FF, EF and 20. RGB value is (255,239,32). Sum of RGB (Red+Green+Blue) = 255+239+32=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 32 (12.89% from 255 or 6.08% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF20 is #0010DF. Grayscale: #DDDDDD. Windows color (decimal): -4320 or 2158591. OLE color: 2158591.

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

Color convert

RGB 255 239 32 -
CMYK 0 0.06 0.87 0
HSL 55.7º 1% 0.56% -
HSV(B) 55.7º 0.87% 1% -
XYZ 72.37 83.1 13.59 -
YUV 220.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 255 239 32 0 0.06 0.87 0 55.7 1 0.56
Hex FF EF 20 0 6 57 0 38 64 38
Octal 377 357 40 0 6 127 0 70 144 70
Binary 11111111 11101111 100000 0 110 1010111 0 111000 1100100 111000

Color Harmonies of #FFEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF20

Black with #FFEF20

Text Example


Text Example

White with #FFEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF20; }

 p { color: rgb(255,239,32); }

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

background-color css

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

 a { background-color: rgb(255,239,32); }

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

border-color css

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

 span { border-color: rgb(255,239,32); }

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