Html Css Color HEX #F8D85C Dandelion

📋 copy color: '#F8D85C'

red 248 ◦ green 216 ◦ blue 92

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

Shades of Dandelion #F8D85C

Tints of Dandelion #F8D85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.55%

R = 44.6%
G = 38.85%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8D85C (or 0xF8D85C) is known color: Dandelion. HEX triplet: F8, D8 and 5C. RGB value is (248,216,92). Sum of RGB (Red+Green+Blue) = 248+216+92=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D85C is #0727A3. Grayscale: #D3D3D3. Windows color (decimal): -468900 or 6084856. OLE color: 6084856.

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

Color convert

RGB 248 216 92 -
CMYK 0 0.13 0.63 0.03
HSL 47.69º 0.92% 0.67% -
HSV(B) 47.69º 0.63% 0.97% -
XYZ 65.2 69.84 20.17 -
YUV 211.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 248 216 92 0 0.13 0.63 0.03 47.69 0.92 0.67
Hex F8 D8 5C 0 D 3F 3 30 5C 43
Octal 370 330 134 0 15 77 3 60 134 103
Binary 11111000 11011000 1011100 0 1101 111111 11 110000 1011100 1000011

Color Harmonies of #F8D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D85C

Black with #F8D85C

Text Example


Text Example

White with #F8D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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