Html Css Color HEX #F8D164 Dandelion

📋 copy color: '#F8D164'

red 248 ◦ green 209 ◦ blue 100

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

Shades of Dandelion #F8D164

Tints of Dandelion #F8D164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

 BLUE value IS 100 (39.45% from 255) = 17.95%

R = 44.52%
G = 37.52%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8D164 (or 0xF8D164) is known color: Dandelion. HEX triplet: F8, D1 and 64. RGB value is (248,209,100). Sum of RGB (Red+Green+Blue) = 248+209+100=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D164 is #072E9B. Grayscale: #D0D0D0. Windows color (decimal): -470684 or 6607352. OLE color: 6607352.

HSL color Cylindrical-coordinate representation of color #F8D164: hue angle of 44.19º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8D164 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 209 100 -
CMYK 0 0.16 0.60 0.03
HSL 44.19º 0.91% 0.68% -
HSV(B) 44.19º 0.6% 0.97% -
XYZ 63.81 66.48 21.52 -
YUV 208.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 248 209 100 0 0.16 0.60 0.03 44.19 0.91 0.68
Hex F8 D1 64 0 10 3C 3 2C 5B 44
Octal 370 321 144 0 20 74 3 54 133 104
Binary 11111000 11010001 1100100 0 10000 111100 11 101100 1011011 1000100

Color Harmonies of #F8D164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D164

Black with #F8D164

Text Example


Text Example

White with #F8D164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D164; }

 p { color: rgb(248,209,100); }

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

background-color css

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

 a { background-color: rgb(248,209,100); }

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

border-color css

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

 span { border-color: rgb(248,209,100); }

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