Html Css Color HEX #F0DF13 Lemon

📋 copy color: '#F0DF13'

red 240 ◦ green 223 ◦ blue 19

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

Shades of Lemon #F0DF13

Tints of Lemon #F0DF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.94%

R = 49.79%
G = 46.27%
B = 3.94%

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

#F0DF13 (or 0xF0DF13) is known color: Lemon. HEX triplet: F0, DF and 13. RGB value is (240,223,19). Sum of RGB (Red+Green+Blue) = 240+223+19=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF13 is #0F20EC. Grayscale: #CDCDCD. Windows color (decimal): -991469 or 1302512. OLE color: 1302512.

HSL color Cylindrical-coordinate representation of color #F0DF13: hue angle of 55.38º 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 #F0DF13 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 19 -
CMYK 0 0.07 0.92 0.06
HSL 55.38º 0.88% 0.51% -
HSV(B) 55.38º 0.92% 0.94% -
XYZ 62.44 71.35 11.1 -
YUV 204.83 23.13 153.09 -
System Red Green Blue C M Y K H S L
Decimal 240 223 19 0 0.07 0.92 0.06 55.38 0.88 0.51
Hex F0 DF 13 0 7 5C 6 37 58 33
Octal 360 337 23 0 7 134 6 67 130 63
Binary 11110000 11011111 10011 0 111 1011100 110 110111 1011000 110011

Color Harmonies of #F0DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF13

Black with #F0DF13

Text Example


Text Example

White with #F0DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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