Html Css Color HEX #F9F70D Lemon

📋 copy color: '#F9F70D'

red 249 ◦ green 247 ◦ blue 13

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

Shades of Lemon #F9F70D

Tints of Lemon #F9F70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.53%

 BLUE value IS 13 (5.47% from 255) = 2.55%

R = 48.92%
G = 48.53%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9F70D (or 0xF9F70D) is known color: Lemon. HEX triplet: F9, F7 and 0D. RGB value is (249,247,13). Sum of RGB (Red+Green+Blue) = 249+247+13=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 13 (5.47% from 255 or 2.55% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F70D is #0608F2. Grayscale: #DDDDDD. Windows color (decimal): -395507 or 915449. OLE color: 915449.

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

Color convert

RGB 249 247 13 -
CMYK 0 0.01 0.95 0.02
HSL 59.49º 0.95% 0.51% -
HSV(B) 59.49º 0.95% 0.98% -
XYZ 72.4 86.69 13.3 -
YUV 220.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 249 247 13 0 0.01 0.95 0.02 59.49 0.95 0.51
Hex F9 F7 D 0 1 5F 2 3B 5F 33
Octal 371 367 15 0 1 137 2 73 137 63
Binary 11111001 11110111 1101 0 1 1011111 10 111011 1011111 110011

Color Harmonies of #F9F70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F70D

Black with #F9F70D

Text Example


Text Example

White with #F9F70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F70D; }

 p { color: rgb(249,247,13); }

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

background-color css

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

 a { background-color: rgb(249,247,13); }

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

border-color css

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

 span { border-color: rgb(249,247,13); }

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