Html Css Color HEX #F8DF0B Lemon

📋 copy color: '#F8DF0B'

red 248 ◦ green 223 ◦ blue 11

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

Shades of Lemon #F8DF0B

Tints of Lemon #F8DF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 51.45%
G = 46.27%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8DF0B (or 0xF8DF0B) is known color: Lemon. HEX triplet: F8, DF and 0B. RGB value is (248,223,11). Sum of RGB (Red+Green+Blue) = 248+223+11=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF0B is #0720F4. Grayscale: #CFCFCF. Windows color (decimal): -467189 or 778232. OLE color: 778232.

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

Color convert

RGB 248 223 11 -
CMYK 0 0.10 0.96 0.03
HSL 53.67º 0.94% 0.51% -
HSV(B) 53.67º 0.96% 0.97% -
XYZ 65.16 72.76 10.93 -
YUV 206.31 17.78 157.74 -
System Red Green Blue C M Y K H S L
Decimal 248 223 11 0 0.10 0.96 0.03 53.67 0.94 0.51
Hex F8 DF B 0 A 60 3 36 5E 33
Octal 370 337 13 0 12 140 3 66 136 63
Binary 11111000 11011111 1011 0 1010 1100000 11 110110 1011110 110011

Color Harmonies of #F8DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF0B

Black with #F8DF0B

Text Example


Text Example

White with #F8DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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