Html Css Color HEX #F5DE5E Dandelion

📋 copy color: '#F5DE5E'

red 245 ◦ green 222 ◦ blue 94

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

Shades of Dandelion #F5DE5E

Tints of Dandelion #F5DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

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

R = 43.67%
G = 39.57%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5DE5E (or 0xF5DE5E) is known color: Dandelion. HEX triplet: F5, DE and 5E. RGB value is (245,222,94). Sum of RGB (Red+Green+Blue) = 245+222+94=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE5E is #0A21A1. Grayscale: #D6D6D6. Windows color (decimal): -663970 or 6217461. OLE color: 6217461.

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

Color convert

RGB 245 222 94 -
CMYK 0 0.09 0.62 0.04
HSL 50.86º 0.88% 0.66% -
HSV(B) 50.86º 0.62% 0.96% -
XYZ 65.8 72.46 21.11 -
YUV 214.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 245 222 94 0 0.09 0.62 0.04 50.86 0.88 0.66
Hex F5 DE 5E 0 9 3E 4 33 58 42
Octal 365 336 136 0 11 76 4 63 130 102
Binary 11110101 11011110 1011110 0 1001 111110 100 110011 1011000 1000010

Color Harmonies of #F5DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DE5E

Black with #F5DE5E

Text Example


Text Example

White with #F5DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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