Html Css Color HEX #F9E70D Lemon

📋 copy color: '#F9E70D'

red 249 ◦ green 231 ◦ blue 13

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

Shades of Lemon #F9E70D

Tints of Lemon #F9E70D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.86%

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

R = 50.51%
G = 46.86%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9E70D (or 0xF9E70D) is known color: Lemon. HEX triplet: F9, E7 and 0D. RGB value is (249,231,13). Sum of RGB (Red+Green+Blue) = 249+231+13=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E70D is #0618F2. Grayscale: #D4D4D4. Windows color (decimal): -399603 or 911353. OLE color: 911353.

HSL color Cylindrical-coordinate representation of color #F9E70D: hue angle of 55.42º 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 #F9E70D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 231 13 -
CMYK 0 0.07 0.95 0.02
HSL 55.42º 0.95% 0.51% -
HSV(B) 55.42º 0.95% 0.98% -
XYZ 67.72 77.32 11.74 -
YUV 211.53 15.96 154.73 -
System Red Green Blue C M Y K H S L
Decimal 249 231 13 0 0.07 0.95 0.02 55.42 0.95 0.51
Hex F9 E7 D 0 7 5F 2 37 5F 33
Octal 371 347 15 0 7 137 2 67 137 63
Binary 11111001 11100111 1101 0 111 1011111 10 110111 1011111 110011

Color Harmonies of #F9E70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E70D

Black with #F9E70D

Text Example


Text Example

White with #F9E70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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