Html Css Color HEX #F0D80F Lemon

📋 copy color: '#F0D80F'

red 240 ◦ green 216 ◦ blue 15

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

Shades of Lemon #F0D80F

Tints of Lemon #F0D80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 50.96%
G = 45.86%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0D80F (or 0xF0D80F) is known color: Lemon. HEX triplet: F0, D8 and 0F. RGB value is (240,216,15). Sum of RGB (Red+Green+Blue) = 240+216+15=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D80F is #0F27F0. Grayscale: #C9C9C9. Windows color (decimal): -993265 or 1038576. OLE color: 1038576.

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

Color convert

RGB 240 216 15 -
CMYK 0 0.1 0.94 0.06
HSL 53.6º 0.88% 0.5% -
HSV(B) 53.6º 0.94% 0.94% -
XYZ 60.58 67.67 10.32 -
YUV 200.26 23.45 156.34 -
System Red Green Blue C M Y K H S L
Decimal 240 216 15 0 0.1 0.94 0.06 53.6 0.88 0.5
Hex F0 D8 F 0 A 5E 6 36 58 32
Octal 360 330 17 0 12 136 6 66 130 62
Binary 11110000 11011000 1111 0 1010 1011110 110 110110 1011000 110010

Color Harmonies of #F0D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D80F

Black with #F0D80F

Text Example


Text Example

White with #F0D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D80F; }

 p { color: rgb(240,216,15); }

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

background-color css

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

 a { background-color: rgb(240,216,15); }

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

border-color css

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

 span { border-color: rgb(240,216,15); }

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