Html Css Color HEX #F0DF1C Lemon

📋 copy color: '#F0DF1C'

red 240 ◦ green 223 ◦ blue 28

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

Shades of Lemon #F0DF1C

Tints of Lemon #F0DF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 48.88%
G = 45.42%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0DF1C (or 0xF0DF1C) is known color: Lemon. HEX triplet: F0, DF and 1C. RGB value is (240,223,28). Sum of RGB (Red+Green+Blue) = 240+223+28=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF1C is #0F20E3. Grayscale: #CECECE. Windows color (decimal): -991460 or 1892336. OLE color: 1892336.

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

Color convert

RGB 240 223 28 -
CMYK 0 0.07 0.88 0.06
HSL 55.19º 0.88% 0.53% -
HSV(B) 55.19º 0.88% 0.94% -
XYZ 62.53 71.38 11.58 -
YUV 205.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 240 223 28 0 0.07 0.88 0.06 55.19 0.88 0.53
Hex F0 DF 1C 0 7 58 6 37 58 35
Octal 360 337 34 0 7 130 6 67 130 65
Binary 11110000 11011111 11100 0 111 1011000 110 110111 1011000 110101

Color Harmonies of #F0DF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF1C

Black with #F0DF1C

Text Example


Text Example

White with #F0DF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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