Html Css Color HEX #F8D060 Dandelion

📋 copy color: '#F8D060'

red 248 ◦ green 208 ◦ blue 96

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

Shades of Dandelion #F8D060

Tints of Dandelion #F8D060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

 BLUE value IS 96 (37.89% from 255) = 17.39%

R = 44.93%
G = 37.68%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8D060 (or 0xF8D060) is known color: Dandelion. HEX triplet: F8, D0 and 60. RGB value is (248,208,96). Sum of RGB (Red+Green+Blue) = 248+208+96=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D060 is #072F9F. Grayscale: #CFCFCF. Windows color (decimal): -470944 or 6344952. OLE color: 6344952.

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

Color convert

RGB 248 208 96 -
CMYK 0 0.16 0.61 0.03
HSL 44.21º 0.92% 0.67% -
HSV(B) 44.21º 0.61% 0.97% -
XYZ 63.38 65.91 20.45 -
YUV 207.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 248 208 96 0 0.16 0.61 0.03 44.21 0.92 0.67
Hex F8 D0 60 0 10 3D 3 2C 5C 43
Octal 370 320 140 0 20 75 3 54 134 103
Binary 11111000 11010000 1100000 0 10000 111101 11 101100 1011100 1000011

Color Harmonies of #F8D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D060

Black with #F8D060

Text Example


Text Example

White with #F8D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D060; }

 p { color: rgb(248,208,96); }

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

background-color css

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

 a { background-color: rgb(248,208,96); }

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

border-color css

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

 span { border-color: rgb(248,208,96); }

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