Html Css Color HEX #F8F00D Lemon

📋 copy color: '#F8F00D'

red 248 ◦ green 240 ◦ blue 13

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

Shades of Lemon #F8F00D

Tints of Lemon #F8F00D

RGB

 RED value IS 248 (97.27% from 255) = 49.5%

 GREEN value IS 240 (94.14% from 255) = 47.9%

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

R = 49.5%
G = 47.9%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8F00D (or 0xF8F00D) is known color: Lemon. HEX triplet: F8, F0 and 0D. RGB value is (248,240,13). Sum of RGB (Red+Green+Blue) = 248+240+13=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F00D is #070FF2. Grayscale: #D9D9D9. Windows color (decimal): -462835 or 913656. OLE color: 913656.

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

Color convert

RGB 248 240 13 -
CMYK 0 0.03 0.95 0.03
HSL 57.96º 0.94% 0.51% -
HSV(B) 57.96º 0.95% 0.97% -
XYZ 69.94 82.31 12.58 -
YUV 216.51 13.15 150.46 -
System Red Green Blue C M Y K H S L
Decimal 248 240 13 0 0.03 0.95 0.03 57.96 0.94 0.51
Hex F8 F0 D 0 3 5F 3 3A 5E 33
Octal 370 360 15 0 3 137 3 72 136 63
Binary 11111000 11110000 1101 0 11 1011111 11 111010 1011110 110011

Color Harmonies of #F8F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F00D

Black with #F8F00D

Text Example


Text Example

White with #F8F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F00D; }

 p { color: rgb(248,240,13); }

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

background-color css

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

 a { background-color: rgb(248,240,13); }

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

border-color css

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

 span { border-color: rgb(248,240,13); }

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