Html Css Color HEX #F8DC5D Dandelion

📋 copy color: '#F8DC5D'

red 248 ◦ green 220 ◦ blue 93

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

Shades of Dandelion #F8DC5D

Tints of Dandelion #F8DC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.58%

R = 44.21%
G = 39.22%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8DC5D (or 0xF8DC5D) is known color: Dandelion. HEX triplet: F8, DC and 5D. RGB value is (248,220,93). Sum of RGB (Red+Green+Blue) = 248+220+93=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC5D is #0723A2. Grayscale: #D6D6D6. Windows color (decimal): -467875 or 6151416. OLE color: 6151416.

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

Color convert

RGB 248 220 93 -
CMYK 0 0.11 0.62 0.03
HSL 49.16º 0.92% 0.67% -
HSV(B) 49.16º 0.63% 0.97% -
XYZ 66.28 71.93 20.75 -
YUV 213.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 248 220 93 0 0.11 0.62 0.03 49.16 0.92 0.67
Hex F8 DC 5D 0 B 3E 3 31 5C 43
Octal 370 334 135 0 13 76 3 61 134 103
Binary 11111000 11011100 1011101 0 1011 111110 11 110001 1011100 1000011

Color Harmonies of #F8DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC5D

Black with #F8DC5D

Text Example


Text Example

White with #F8DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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