Html Css Color HEX #F9D914 Lemon

📋 copy color: '#F9D914'

red 249 ◦ green 217 ◦ blue 20

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

Shades of Lemon #F9D914

Tints of Lemon #F9D914

RGB

 RED value IS 249 (97.66% from 255) = 51.23%

 GREEN value IS 217 (85.16% from 255) = 44.65%

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

R = 51.23%
G = 44.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9D914 (or 0xF9D914) is known color: Lemon. HEX triplet: F9, D9 and 14. RGB value is (249,217,20). Sum of RGB (Red+Green+Blue) = 249+217+20=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D914 is #0626EB. Grayscale: #CCCCCC. Windows color (decimal): -403180 or 1366521. OLE color: 1366521.

HSL color Cylindrical-coordinate representation of color #F9D914: hue angle of 51.62º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9D914 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 217 20 -
CMYK 0 0.13 0.92 0.02
HSL 51.62º 0.95% 0.53% -
HSV(B) 51.62º 0.92% 0.98% -
XYZ 64.01 69.82 10.76 -
YUV 204.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 249 217 20 0 0.13 0.92 0.02 51.62 0.95 0.53
Hex F9 D9 14 0 D 5C 2 34 5F 35
Octal 371 331 24 0 15 134 2 64 137 65
Binary 11111001 11011001 10100 0 1101 1011100 10 110100 1011111 110101

Color Harmonies of #F9D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D914

Black with #F9D914

Text Example


Text Example

White with #F9D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D914; }

 p { color: rgb(249,217,20); }

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

background-color css

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

 a { background-color: rgb(249,217,20); }

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

border-color css

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

 span { border-color: rgb(249,217,20); }

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