Html Css Color HEX #F8D960 Dandelion

📋 copy color: '#F8D960'

red 248 ◦ green 217 ◦ blue 96

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

Shades of Dandelion #F8D960

Tints of Dandelion #F8D960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

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

R = 44.21%
G = 38.68%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8D960 (or 0xF8D960) is known color: Dandelion. HEX triplet: F8, D9 and 60. RGB value is (248,217,96). Sum of RGB (Red+Green+Blue) = 248+217+96=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D960 is #07269F. Grayscale: #D4D4D4. Windows color (decimal): -468640 or 6347256. OLE color: 6347256.

HSL color Cylindrical-coordinate representation of color #F8D960: hue angle of 47.76º 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 #F8D960 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 96 -
CMYK 0 0.12 0.61 0.03
HSL 47.76º 0.92% 0.67% -
HSV(B) 47.76º 0.61% 0.97% -
XYZ 65.64 70.43 21.2 -
YUV 212.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 248 217 96 0 0.12 0.61 0.03 47.76 0.92 0.67
Hex F8 D9 60 0 C 3D 3 30 5C 43
Octal 370 331 140 0 14 75 3 60 134 103
Binary 11111000 11011001 1100000 0 1100 111101 11 110000 1011100 1000011

Color Harmonies of #F8D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D960

Black with #F8D960

Text Example


Text Example

White with #F8D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D960; }

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

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

background-color css

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

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

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

border-color css

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

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

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