Html Css Color HEX #F5DA60 Dandelion

📋 copy color: '#F5DA60'

red 245 ◦ green 218 ◦ blue 96

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

Shades of Dandelion #F5DA60

Tints of Dandelion #F5DA60

RGB

 RED value IS 245 (96.09% from 255) = 43.83%

 GREEN value IS 218 (85.55% from 255) = 39%

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

R = 43.83%
G = 39%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5DA60 (or 0xF5DA60) is known color: Dandelion. HEX triplet: F5, DA and 60. RGB value is (245,218,96). Sum of RGB (Red+Green+Blue) = 245+218+96=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA60 is #0A259F. Grayscale: #D4D4D4. Windows color (decimal): -664992 or 6347509. OLE color: 6347509.

HSL color Cylindrical-coordinate representation of color #F5DA60: hue angle of 49.13º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5DA60 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 96 -
CMYK 0 0.11 0.61 0.04
HSL 49.13º 0.88% 0.67% -
HSV(B) 49.13º 0.61% 0.96% -
XYZ 64.84 70.4 21.24 -
YUV 212.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 245 218 96 0 0.11 0.61 0.04 49.13 0.88 0.67
Hex F5 DA 60 0 B 3D 4 31 58 43
Octal 365 332 140 0 13 75 4 61 130 103
Binary 11110101 11011010 1100000 0 1011 111101 100 110001 1011000 1000011

Color Harmonies of #F5DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA60

Black with #F5DA60

Text Example


Text Example

White with #F5DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA60; }

 p { color: rgb(245,218,96); }

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

background-color css

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

 a { background-color: rgb(245,218,96); }

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

border-color css

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

 span { border-color: rgb(245,218,96); }

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