Html Css Color HEX #F0DF0A Lemon

📋 copy color: '#F0DF0A'

red 240 ◦ green 223 ◦ blue 10

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

Shades of Lemon #F0DF0A

Tints of Lemon #F0DF0A

RGB

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

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

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

R = 50.74%
G = 47.15%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0DF0A (or 0xF0DF0A) is known color: Lemon. HEX triplet: F0, DF and 0A. RGB value is (240,223,10). Sum of RGB (Red+Green+Blue) = 240+223+10=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF0A is #0F20F5. Grayscale: #CCCCCC. Windows color (decimal): -991478 or 712688. OLE color: 712688.

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

Color convert

RGB 240 223 10 -
CMYK 0 0.07 0.96 0.06
HSL 55.57º 0.92% 0.49% -
HSV(B) 55.57º 0.96% 0.94% -
XYZ 62.38 71.32 10.77 -
YUV 203.8 18.63 153.82 -
System Red Green Blue C M Y K H S L
Decimal 240 223 10 0 0.07 0.96 0.06 55.57 0.92 0.49
Hex F0 DF A 0 7 60 6 38 5C 31
Octal 360 337 12 0 7 140 6 70 134 61
Binary 11110000 11011111 1010 0 111 1100000 110 111000 1011100 110001

Color Harmonies of #F0DF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF0A

Black with #F0DF0A

Text Example


Text Example

White with #F0DF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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