Html Css Color HEX #F8DA5D Dandelion

📋 copy color: '#F8DA5D'

red 248 ◦ green 218 ◦ blue 93

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

Shades of Dandelion #F8DA5D

Tints of Dandelion #F8DA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

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

R = 44.36%
G = 39%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8DA5D (or 0xF8DA5D) is known color: Dandelion. HEX triplet: F8, DA and 5D. RGB value is (248,218,93). Sum of RGB (Red+Green+Blue) = 248+218+93=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA5D is #0725A2. Grayscale: #D5D5D5. Windows color (decimal): -468387 or 6150904. OLE color: 6150904.

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

Color convert

RGB 248 218 93 -
CMYK 0 0.12 0.62 0.03
HSL 48.39º 0.92% 0.67% -
HSV(B) 48.39º 0.63% 0.97% -
XYZ 65.76 70.89 20.57 -
YUV 212.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 248 218 93 0 0.12 0.62 0.03 48.39 0.92 0.67
Hex F8 DA 5D 0 C 3E 3 30 5C 43
Octal 370 332 135 0 14 76 3 60 134 103
Binary 11111000 11011010 1011101 0 1100 111110 11 110000 1011100 1000011

Color Harmonies of #F8DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA5D

Black with #F8DA5D

Text Example


Text Example

White with #F8DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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