Html Css Color HEX #F5D25E Dandelion

📋 copy color: '#F5D25E'

red 245 ◦ green 210 ◦ blue 94

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

Shades of Dandelion #F5D25E

Tints of Dandelion #F5D25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 44.63%
G = 38.25%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5D25E (or 0xF5D25E) is known color: Dandelion. HEX triplet: F5, D2 and 5E. RGB value is (245,210,94). Sum of RGB (Red+Green+Blue) = 245+210+94=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D25E is #0A2DA1. Grayscale: #CFCFCF. Windows color (decimal): -667042 or 6214389. OLE color: 6214389.

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

Color convert

RGB 245 210 94 -
CMYK 0 0.14 0.62 0.04
HSL 46.09º 0.88% 0.66% -
HSV(B) 46.09º 0.62% 0.96% -
XYZ 62.72 66.31 20.08 -
YUV 207.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 245 210 94 0 0.14 0.62 0.04 46.09 0.88 0.66
Hex F5 D2 5E 0 E 3E 4 2E 58 42
Octal 365 322 136 0 16 76 4 56 130 102
Binary 11110101 11010010 1011110 0 1110 111110 100 101110 1011000 1000010

Color Harmonies of #F5D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D25E

Black with #F5D25E

Text Example


Text Example

White with #F5D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D25E; }

 p { color: rgb(245,210,94); }

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

background-color css

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

 a { background-color: rgb(245,210,94); }

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

border-color css

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

 span { border-color: rgb(245,210,94); }

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