Html Css Color HEX #F8DC1B Lemon

📋 copy color: '#F8DC1B'

red 248 ◦ green 220 ◦ blue 27

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

Shades of Lemon #F8DC1B

Tints of Lemon #F8DC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.45%

R = 50.1%
G = 44.44%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8DC1B (or 0xF8DC1B) is known color: Lemon. HEX triplet: F8, DC and 1B. RGB value is (248,220,27). Sum of RGB (Red+Green+Blue) = 248+220+27=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC1B is #0723E4. Grayscale: #CFCFCF. Windows color (decimal): -467941 or 1826040. OLE color: 1826040.

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

Color convert

RGB 248 220 27 -
CMYK 0 0.11 0.89 0.03
HSL 52.4º 0.94% 0.54% -
HSV(B) 52.4º 0.89% 0.97% -
XYZ 64.5 71.22 11.38 -
YUV 206.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 248 220 27 0 0.11 0.89 0.03 52.4 0.94 0.54
Hex F8 DC 1B 0 B 59 3 34 5E 36
Octal 370 334 33 0 13 131 3 64 136 66
Binary 11111000 11011100 11011 0 1011 1011001 11 110100 1011110 110110

Color Harmonies of #F8DC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC1B

Black with #F8DC1B

Text Example


Text Example

White with #F8DC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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