Html Css Color HEX #F9E70C Lemon

📋 copy color: '#F9E70C'

red 249 ◦ green 231 ◦ blue 12

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

Shades of Lemon #F9E70C

Tints of Lemon #F9E70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.44%

R = 50.61%
G = 46.95%
B = 2.44%

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

#F9E70C (or 0xF9E70C) is known color: Lemon. HEX triplet: F9, E7 and 0C. RGB value is (249,231,12). Sum of RGB (Red+Green+Blue) = 249+231+12=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E70C is #0618F3. Grayscale: #D4D4D4. Windows color (decimal): -399604 or 845817. OLE color: 845817.

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

Color convert

RGB 249 231 12 -
CMYK 0 0.07 0.95 0.02
HSL 55.44º 0.95% 0.51% -
HSV(B) 55.44º 0.95% 0.98% -
XYZ 67.71 77.32 11.7 -
YUV 211.42 15.46 154.81 -
System Red Green Blue C M Y K H S L
Decimal 249 231 12 0 0.07 0.95 0.02 55.44 0.95 0.51
Hex F9 E7 C 0 7 5F 2 37 5F 33
Octal 371 347 14 0 7 137 2 67 137 63
Binary 11111001 11100111 1100 0 111 1011111 10 110111 1011111 110011

Color Harmonies of #F9E70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E70C

Black with #F9E70C

Text Example


Text Example

White with #F9E70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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