Html Css Color HEX #F5D45D Dandelion

📋 copy color: '#F5D45D'

red 245 ◦ green 212 ◦ blue 93

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

Shades of Dandelion #F5D45D

Tints of Dandelion #F5D45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

 BLUE value IS 93 (36.72% from 255) = 16.91%

R = 44.55%
G = 38.55%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5D45D (or 0xF5D45D) is known color: Dandelion. HEX triplet: F5, D4 and 5D. RGB value is (245,212,93). Sum of RGB (Red+Green+Blue) = 245+212+93=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D45D is #0A2BA2. Grayscale: #D0D0D0. Windows color (decimal): -666531 or 6149365. OLE color: 6149365.

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

Color convert

RGB 245 212 93 -
CMYK 0 0.13 0.62 0.04
HSL 46.97º 0.88% 0.66% -
HSV(B) 46.97º 0.62% 0.96% -
XYZ 63.18 67.29 20.01 -
YUV 208.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 245 212 93 0 0.13 0.62 0.04 46.97 0.88 0.66
Hex F5 D4 5D 0 D 3E 4 2F 58 42
Octal 365 324 135 0 15 76 4 57 130 102
Binary 11110101 11010100 1011101 0 1101 111110 100 101111 1011000 1000010

Color Harmonies of #F5D45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D45D

Black with #F5D45D

Text Example


Text Example

White with #F5D45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D45D; }

 p { color: rgb(245,212,93); }

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

background-color css

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

 a { background-color: rgb(245,212,93); }

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

border-color css

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

 span { border-color: rgb(245,212,93); }

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