Html Css Color HEX #F8DF0F Lemon

📋 copy color: '#F8DF0F'

red 248 ◦ green 223 ◦ blue 15

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

Shades of Lemon #F8DF0F

Tints of Lemon #F8DF0F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 51.03%
G = 45.88%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8DF0F (or 0xF8DF0F) is known color: Lemon. HEX triplet: F8, DF and 0F. RGB value is (248,223,15). Sum of RGB (Red+Green+Blue) = 248+223+15=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF0F is #0720F0. Grayscale: #CFCFCF. Windows color (decimal): -467185 or 1040376. OLE color: 1040376.

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

Color convert

RGB 248 223 15 -
CMYK 0 0.10 0.94 0.03
HSL 53.56º 0.94% 0.52% -
HSV(B) 53.56º 0.94% 0.97% -
XYZ 65.19 72.77 11.06 -
YUV 206.76 19.78 157.41 -
System Red Green Blue C M Y K H S L
Decimal 248 223 15 0 0.10 0.94 0.03 53.56 0.94 0.52
Hex F8 DF F 0 A 5E 3 36 5E 34
Octal 370 337 17 0 12 136 3 66 136 64
Binary 11111000 11011111 1111 0 1010 1011110 11 110110 1011110 110100

Color Harmonies of #F8DF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF0F

Black with #F8DF0F

Text Example


Text Example

White with #F8DF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF0F; }

 p { color: rgb(248,223,15); }

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

background-color css

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

 a { background-color: rgb(248,223,15); }

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

border-color css

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

 span { border-color: rgb(248,223,15); }

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