Html Css Color HEX #F8D912 Lemon

📋 copy color: '#F8D912'

red 248 ◦ green 217 ◦ blue 18

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

Shades of Lemon #F8D912

Tints of Lemon #F8D912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 51.35%
G = 44.93%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8D912 (or 0xF8D912) is known color: Lemon. HEX triplet: F8, D9 and 12. RGB value is (248,217,18). Sum of RGB (Red+Green+Blue) = 248+217+18=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D912 is #0726ED. Grayscale: #CCCCCC. Windows color (decimal): -468718 or 1235448. OLE color: 1235448.

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

Color convert

RGB 248 217 18 -
CMYK 0 0.12 0.93 0.03
HSL 51.91º 0.94% 0.52% -
HSV(B) 51.91º 0.93% 0.97% -
XYZ 63.63 69.63 10.66 -
YUV 203.58 23.27 159.68 -
System Red Green Blue C M Y K H S L
Decimal 248 217 18 0 0.12 0.93 0.03 51.91 0.94 0.52
Hex F8 D9 12 0 C 5D 3 34 5E 34
Octal 370 331 22 0 14 135 3 64 136 64
Binary 11111000 11011001 10010 0 1100 1011101 11 110100 1011110 110100

Color Harmonies of #F8D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D912

Black with #F8D912

Text Example


Text Example

White with #F8D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D912; }

 p { color: rgb(248,217,18); }

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

background-color css

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

 a { background-color: rgb(248,217,18); }

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

border-color css

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

 span { border-color: rgb(248,217,18); }

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