Html Css Color HEX #F8F66A Dolly

📋 copy color: '#F8F66A'

red 248 ◦ green 246 ◦ blue 106

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

Shades of Dolly #F8F66A

Tints of Dolly #F8F66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41%

 BLUE value IS 106 (41.8% from 255) = 17.67%

R = 41.33%
G = 41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8F66A (or 0xF8F66A) is known color: Dolly. HEX triplet: F8, F6 and 6A. RGB value is (248,246,106). Sum of RGB (Red+Green+Blue) = 248+246+106=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 106 (41.80% from 255 or 17.67% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F66A is #070995. Grayscale: #E7E7E7. Windows color (decimal): -461206 or 7010040. OLE color: 7010040.

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

Color convert

RGB 248 246 106 -
CMYK 0 0.01 0.57 0.03
HSL 59.15º 0.91% 0.69% -
HSV(B) 59.15º 0.57% 0.97% -
XYZ 74.27 86.91 26.5 -
YUV 230.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 248 246 106 0 0.01 0.57 0.03 59.15 0.91 0.69
Hex F8 F6 6A 0 1 39 3 3B 5B 45
Octal 370 366 152 0 1 71 3 73 133 105
Binary 11111000 11110110 1101010 0 1 111001 11 111011 1011011 1000101

Color Harmonies of #F8F66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F66A

Black with #F8F66A

Text Example


Text Example

White with #F8F66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F66A; }

 p { color: rgb(248,246,106); }

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

background-color css

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

 a { background-color: rgb(248,246,106); }

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

border-color css

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

 span { border-color: rgb(248,246,106); }

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