Html Css Color HEX #F5D365 Dandelion

📋 copy color: '#F5D365'

red 245 ◦ green 211 ◦ blue 101

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

Shades of Dandelion #F5D365

Tints of Dandelion #F5D365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 101 (39.84% from 255) = 18.13%

R = 43.99%
G = 37.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5D365 (or 0xF5D365) is known color: Dandelion. HEX triplet: F5, D3 and 65. RGB value is (245,211,101). Sum of RGB (Red+Green+Blue) = 245+211+101=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D365 is #0A2C9A. Grayscale: #D1D1D1. Windows color (decimal): -666779 or 6673397. OLE color: 6673397.

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

Color convert

RGB 245 211 101 -
CMYK 0 0.14 0.59 0.04
HSL 45.83º 0.88% 0.68% -
HSV(B) 45.83º 0.59% 0.96% -
XYZ 63.3 66.94 21.9 -
YUV 208.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 245 211 101 0 0.14 0.59 0.04 45.83 0.88 0.68
Hex F5 D3 65 0 E 3B 4 2E 58 44
Octal 365 323 145 0 16 73 4 56 130 104
Binary 11110101 11010011 1100101 0 1110 111011 100 101110 1011000 1000100

Color Harmonies of #F5D365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D365

Black with #F5D365

Text Example


Text Example

White with #F5D365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D365; }

 p { color: rgb(245,211,101); }

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

background-color css

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

 a { background-color: rgb(245,211,101); }

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

border-color css

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

 span { border-color: rgb(245,211,101); }

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