Html Css Color HEX #F8DC0D Lemon

📋 copy color: '#F8DC0D'

red 248 ◦ green 220 ◦ blue 13

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

Shades of Lemon #F8DC0D

Tints of Lemon #F8DC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 13 (5.47% from 255) = 2.7%

R = 51.56%
G = 45.74%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8DC0D (or 0xF8DC0D) is known color: Lemon. HEX triplet: F8, DC and 0D. RGB value is (248,220,13). Sum of RGB (Red+Green+Blue) = 248+220+13=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC0D is #0723F2. Grayscale: #CDCDCD. Windows color (decimal): -467955 or 908536. OLE color: 908536.

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

Color convert

RGB 248 220 13 -
CMYK 0 0.11 0.95 0.03
HSL 52.85º 0.94% 0.51% -
HSV(B) 52.85º 0.95% 0.97% -
XYZ 64.38 71.17 10.73 -
YUV 204.77 19.78 158.83 -
System Red Green Blue C M Y K H S L
Decimal 248 220 13 0 0.11 0.95 0.03 52.85 0.94 0.51
Hex F8 DC D 0 B 5F 3 35 5E 33
Octal 370 334 15 0 13 137 3 65 136 63
Binary 11111000 11011100 1101 0 1011 1011111 11 110101 1011110 110011

Color Harmonies of #F8DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC0D

Black with #F8DC0D

Text Example


Text Example

White with #F8DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC0D; }

 p { color: rgb(248,220,13); }

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

background-color css

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

 a { background-color: rgb(248,220,13); }

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

border-color css

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

 span { border-color: rgb(248,220,13); }

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