Html Css Color HEX #F0DF14 Lemon

📋 copy color: '#F0DF14'

red 240 ◦ green 223 ◦ blue 20

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

Shades of Lemon #F0DF14

Tints of Lemon #F0DF14

RGB

 RED value IS 240 (94.14% from 255) = 49.69%

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 20 (8.2% from 255) = 4.14%

R = 49.69%
G = 46.17%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0DF14 (or 0xF0DF14) is known color: Lemon. HEX triplet: F0, DF and 14. RGB value is (240,223,20). Sum of RGB (Red+Green+Blue) = 240+223+20=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF14 is #0F20EB. Grayscale: #CDCDCD. Windows color (decimal): -991468 or 1368048. OLE color: 1368048.

HSL color Cylindrical-coordinate representation of color #F0DF14: hue angle of 55.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0DF14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 20 -
CMYK 0 0.07 0.92 0.06
HSL 55.36º 0.88% 0.51% -
HSV(B) 55.36º 0.92% 0.94% -
XYZ 62.45 71.35 11.14 -
YUV 204.94 23.63 153.01 -
System Red Green Blue C M Y K H S L
Decimal 240 223 20 0 0.07 0.92 0.06 55.36 0.88 0.51
Hex F0 DF 14 0 7 5C 6 37 58 33
Octal 360 337 24 0 7 134 6 67 130 63
Binary 11110000 11011111 10100 0 111 1011100 110 110111 1011000 110011

Color Harmonies of #F0DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF14

Black with #F0DF14

Text Example


Text Example

White with #F0DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF14; }

 p { color: rgb(240,223,20); }

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

background-color css

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

 a { background-color: rgb(240,223,20); }

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

border-color css

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

 span { border-color: rgb(240,223,20); }

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