Html Css Color HEX #F8DF0E Lemon

📋 copy color: '#F8DF0E'

red 248 ◦ green 223 ◦ blue 14

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

Shades of Lemon #F8DF0E

Tints of Lemon #F8DF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 51.13%
G = 45.98%
B = 2.89%

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

#F8DF0E (or 0xF8DF0E) is known color: Lemon. HEX triplet: F8, DF and 0E. RGB value is (248,223,14). Sum of RGB (Red+Green+Blue) = 248+223+14=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF0E is #0720F1. Grayscale: #CFCFCF. Windows color (decimal): -467186 or 974840. OLE color: 974840.

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

Color convert

RGB 248 223 14 -
CMYK 0 0.10 0.94 0.03
HSL 53.59º 0.94% 0.51% -
HSV(B) 53.59º 0.94% 0.97% -
XYZ 65.18 72.76 11.02 -
YUV 206.65 19.28 157.49 -
System Red Green Blue C M Y K H S L
Decimal 248 223 14 0 0.10 0.94 0.03 53.59 0.94 0.51
Hex F8 DF E 0 A 5E 3 36 5E 33
Octal 370 337 16 0 12 136 3 66 136 63
Binary 11111000 11011111 1110 0 1010 1011110 11 110110 1011110 110011

Color Harmonies of #F8DF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF0E

Black with #F8DF0E

Text Example


Text Example

White with #F8DF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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