Html Css Color HEX #F8D85A Dandelion

📋 copy color: '#F8D85A'

red 248 ◦ green 216 ◦ blue 90

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

Shades of Dandelion #F8D85A

Tints of Dandelion #F8D85A

RGB

 RED value IS 248 (97.27% from 255) = 44.77%

 GREEN value IS 216 (84.77% from 255) = 38.99%

 BLUE value IS 90 (35.55% from 255) = 16.25%

R = 44.77%
G = 38.99%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8D85A (or 0xF8D85A) is known color: Dandelion. HEX triplet: F8, D8 and 5A. RGB value is (248,216,90). Sum of RGB (Red+Green+Blue) = 248+216+90=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D85A is #0727A5. Grayscale: #D3D3D3. Windows color (decimal): -468902 or 5953784. OLE color: 5953784.

HSL color Cylindrical-coordinate representation of color #F8D85A: hue angle of 47.85º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8D85A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 216 90 -
CMYK 0 0.13 0.64 0.03
HSL 47.85º 0.92% 0.66% -
HSV(B) 47.85º 0.64% 0.97% -
XYZ 65.11 69.81 19.72 -
YUV 211.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 248 216 90 0 0.13 0.64 0.03 47.85 0.92 0.66
Hex F8 D8 5A 0 D 40 3 30 5C 42
Octal 370 330 132 0 15 100 3 60 134 102
Binary 11111000 11011000 1011010 0 1101 1000000 11 110000 1011100 1000010

Color Harmonies of #F8D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D85A

Black with #F8D85A

Text Example


Text Example

White with #F8D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D85A; }

 p { color: rgb(248,216,90); }

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

background-color css

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

 a { background-color: rgb(248,216,90); }

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

border-color css

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

 span { border-color: rgb(248,216,90); }

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