Html Css Color HEX #F8D369 Dandelion

📋 copy color: '#F8D369'

red 248 ◦ green 211 ◦ blue 105

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

Shades of Dandelion #F8D369

Tints of Dandelion #F8D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 105 (41.41% from 255) = 18.62%

R = 43.97%
G = 37.41%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8D369 (or 0xF8D369) is known color: Dandelion. HEX triplet: F8, D3 and 69. RGB value is (248,211,105). Sum of RGB (Red+Green+Blue) = 248+211+105=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D369 is #072C96. Grayscale: #D2D2D2. Windows color (decimal): -470167 or 6935544. OLE color: 6935544.

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

Color convert

RGB 248 211 105 -
CMYK 0 0.15 0.58 0.03
HSL 44.48º 0.91% 0.69% -
HSV(B) 44.48º 0.58% 0.97% -
XYZ 64.56 67.56 23 -
YUV 209.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 248 211 105 0 0.15 0.58 0.03 44.48 0.91 0.69
Hex F8 D3 69 0 F 3A 3 2C 5B 45
Octal 370 323 151 0 17 72 3 54 133 105
Binary 11111000 11010011 1101001 0 1111 111010 11 101100 1011011 1000101

Color Harmonies of #F8D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D369

Black with #F8D369

Text Example


Text Example

White with #F8D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D369; }

 p { color: rgb(248,211,105); }

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

background-color css

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

 a { background-color: rgb(248,211,105); }

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

border-color css

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

 span { border-color: rgb(248,211,105); }

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