Html Css Color HEX #F8F00C Lemon

📋 copy color: '#F8F00C'

red 248 ◦ green 240 ◦ blue 12

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

Shades of Lemon #F8F00C

Tints of Lemon #F8F00C

RGB

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

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

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

R = 49.6%
G = 48%
B = 2.4%

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

#F8F00C (or 0xF8F00C) is known color: Lemon. HEX triplet: F8, F0 and 0C. RGB value is (248,240,12). Sum of RGB (Red+Green+Blue) = 248+240+12=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F00C is #070FF3. Grayscale: #D9D9D9. Windows color (decimal): -462836 or 848120. OLE color: 848120.

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

Color convert

RGB 248 240 12 -
CMYK 0 0.03 0.95 0.03
HSL 57.97º 0.94% 0.51% -
HSV(B) 57.97º 0.95% 0.97% -
XYZ 69.94 82.3 12.55 -
YUV 216.4 12.65 150.54 -
System Red Green Blue C M Y K H S L
Decimal 248 240 12 0 0.03 0.95 0.03 57.97 0.94 0.51
Hex F8 F0 C 0 3 5F 3 3A 5E 33
Octal 370 360 14 0 3 137 3 72 136 63
Binary 11111000 11110000 1100 0 11 1011111 11 111010 1011110 110011

Color Harmonies of #F8F00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F00C

Black with #F8F00C

Text Example


Text Example

White with #F8F00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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