Html Css Color HEX #F9DB1A Lemon

📋 copy color: '#F9DB1A'

red 249 ◦ green 219 ◦ blue 26

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

Shades of Lemon #F9DB1A

Tints of Lemon #F9DB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 26 (10.55% from 255) = 5.26%

R = 50.4%
G = 44.33%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9DB1A (or 0xF9DB1A) is known color: Lemon. HEX triplet: F9, DB and 1A. RGB value is (249,219,26). Sum of RGB (Red+Green+Blue) = 249+219+26=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB1A is #0624E5. Grayscale: #CECECE. Windows color (decimal): -402662 or 1760249. OLE color: 1760249.

HSL color Cylindrical-coordinate representation of color #F9DB1A: hue angle of 51.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9DB1A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 26 -
CMYK 0 0.12 0.90 0.02
HSL 51.93º 0.95% 0.54% -
HSV(B) 51.93º 0.9% 0.98% -
XYZ 64.58 70.88 11.25 -
YUV 205.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 249 219 26 0 0.12 0.90 0.02 51.93 0.95 0.54
Hex F9 DB 1A 0 C 5A 2 34 5F 36
Octal 371 333 32 0 14 132 2 64 137 66
Binary 11111001 11011011 11010 0 1100 1011010 10 110100 1011111 110110

Color Harmonies of #F9DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB1A

Black with #F9DB1A

Text Example


Text Example

White with #F9DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB1A; }

 p { color: rgb(249,219,26); }

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

background-color css

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

 a { background-color: rgb(249,219,26); }

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

border-color css

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

 span { border-color: rgb(249,219,26); }

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