Html Css Color HEX #F5D060 Dandelion

📋 copy color: '#F5D060'

red 245 ◦ green 208 ◦ blue 96

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

Shades of Dandelion #F5D060

Tints of Dandelion #F5D060

RGB

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

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

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

R = 44.63%
G = 37.89%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5D060 (or 0xF5D060) is known color: Dandelion. HEX triplet: F5, D0 and 60. RGB value is (245,208,96). Sum of RGB (Red+Green+Blue) = 245+208+96=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D060 is #0A2F9F. Grayscale: #CECECE. Windows color (decimal): -667552 or 6344949. OLE color: 6344949.

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

Color convert

RGB 245 208 96 -
CMYK 0 0.15 0.61 0.04
HSL 45.1º 0.88% 0.67% -
HSV(B) 45.1º 0.61% 0.96% -
XYZ 62.32 65.37 20.4 -
YUV 206.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 245 208 96 0 0.15 0.61 0.04 45.1 0.88 0.67
Hex F5 D0 60 0 F 3D 4 2D 58 43
Octal 365 320 140 0 17 75 4 55 130 103
Binary 11110101 11010000 1100000 0 1111 111101 100 101101 1011000 1000011

Color Harmonies of #F5D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D060

Black with #F5D060

Text Example


Text Example

White with #F5D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D060; }

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

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

background-color css

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

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

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

border-color css

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

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

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