Html Css Color HEX #F8CD64 Dandelion

📋 copy color: '#F8CD64'

red 248 ◦ green 205 ◦ blue 100

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

Shades of Dandelion #F8CD64

Tints of Dandelion #F8CD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 100 (39.45% from 255) = 18.08%

R = 44.85%
G = 37.07%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8CD64 (or 0xF8CD64) is known color: Dandelion. HEX triplet: F8, CD and 64. RGB value is (248,205,100). Sum of RGB (Red+Green+Blue) = 248+205+100=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD64 is #07329B. Grayscale: #CECECE. Windows color (decimal): -471708 or 6606328. OLE color: 6606328.

HSL color Cylindrical-coordinate representation of color #F8CD64: hue angle of 42.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8CD64 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 205 100 -
CMYK 0 0.17 0.60 0.03
HSL 42.57º 0.91% 0.68% -
HSV(B) 42.57º 0.6% 0.97% -
XYZ 62.84 64.54 21.2 -
YUV 205.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 248 205 100 0 0.17 0.60 0.03 42.57 0.91 0.68
Hex F8 CD 64 0 11 3C 3 2B 5B 44
Octal 370 315 144 0 21 74 3 53 133 104
Binary 11111000 11001101 1100100 0 10001 111100 11 101011 1011011 1000100

Color Harmonies of #F8CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CD64

Black with #F8CD64

Text Example


Text Example

White with #F8CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CD64; }

 p { color: rgb(248,205,100); }

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

background-color css

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

 a { background-color: rgb(248,205,100); }

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

border-color css

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

 span { border-color: rgb(248,205,100); }

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