Html Css Color HEX #F8DA18 Lemon

📋 copy color: '#F8DA18'

red 248 ◦ green 218 ◦ blue 24

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

Shades of Lemon #F8DA18

Tints of Lemon #F8DA18

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

 BLUE value IS 24 (9.77% from 255) = 4.9%

R = 50.61%
G = 44.49%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8DA18 (or 0xF8DA18) is known color: Lemon. HEX triplet: F8, DA and 18. RGB value is (248,218,24). Sum of RGB (Red+Green+Blue) = 248+218+24=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DA18 is #0725E7. Grayscale: #CDCDCD. Windows color (decimal): -468456 or 1628920. OLE color: 1628920.

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

Color convert

RGB 248 218 24 -
CMYK 0 0.12 0.90 0.03
HSL 51.96º 0.94% 0.53% -
HSV(B) 51.96º 0.9% 0.97% -
XYZ 63.95 70.17 11.04 -
YUV 204.85 25.94 158.77 -
System Red Green Blue C M Y K H S L
Decimal 248 218 24 0 0.12 0.90 0.03 51.96 0.94 0.53
Hex F8 DA 18 0 C 5A 3 34 5E 35
Octal 370 332 30 0 14 132 3 64 136 65
Binary 11111000 11011010 11000 0 1100 1011010 11 110100 1011110 110101

Color Harmonies of #F8DA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA18

Black with #F8DA18

Text Example


Text Example

White with #F8DA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA18; }

 p { color: rgb(248,218,24); }

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

background-color css

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

 a { background-color: rgb(248,218,24); }

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

border-color css

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

 span { border-color: rgb(248,218,24); }

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