Html Css Color HEX #F8D45D Dandelion

📋 copy color: '#F8D45D'

red 248 ◦ green 212 ◦ blue 93

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

Shades of Dandelion #F8D45D

Tints of Dandelion #F8D45D

RGB

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

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

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

R = 44.85%
G = 38.34%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8D45D (or 0xF8D45D) is known color: Dandelion. HEX triplet: F8, D4 and 5D. RGB value is (248,212,93). Sum of RGB (Red+Green+Blue) = 248+212+93=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D45D is #072BA2. Grayscale: #D1D1D1. Windows color (decimal): -469923 or 6149368. OLE color: 6149368.

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

Color convert

RGB 248 212 93 -
CMYK 0 0.15 0.62 0.03
HSL 46.06º 0.92% 0.67% -
HSV(B) 46.06º 0.63% 0.97% -
XYZ 64.23 67.83 20.06 -
YUV 209.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 248 212 93 0 0.15 0.62 0.03 46.06 0.92 0.67
Hex F8 D4 5D 0 F 3E 3 2E 5C 43
Octal 370 324 135 0 17 76 3 56 134 103
Binary 11111000 11010100 1011101 0 1111 111110 11 101110 1011100 1000011

Color Harmonies of #F8D45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D45D

Black with #F8D45D

Text Example


Text Example

White with #F8D45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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