Html Css Color HEX #F8F068 Dolly

📋 copy color: '#F8F068'

red 248 ◦ green 240 ◦ blue 104

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

Shades of Dolly #F8F068

Tints of Dolly #F8F068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

 BLUE value IS 104 (41.02% from 255) = 17.57%

R = 41.89%
G = 40.54%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8F068 (or 0xF8F068) is known color: Dolly. HEX triplet: F8, F0 and 68. RGB value is (248,240,104). Sum of RGB (Red+Green+Blue) = 248+240+104=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F068 is #070F97. Grayscale: #E3E3E3. Windows color (decimal): -462744 or 6877432. OLE color: 6877432.

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

Color convert

RGB 248 240 104 -
CMYK 0 0.03 0.58 0.03
HSL 56.67º 0.91% 0.69% -
HSV(B) 56.67º 0.58% 0.97% -
XYZ 72.37 83.28 25.36 -
YUV 226.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 248 240 104 0 0.03 0.58 0.03 56.67 0.91 0.69
Hex F8 F0 68 0 3 3A 3 39 5B 45
Octal 370 360 150 0 3 72 3 71 133 105
Binary 11111000 11110000 1101000 0 11 111010 11 111001 1011011 1000101

Color Harmonies of #F8F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F068

Black with #F8F068

Text Example


Text Example

White with #F8F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F068; }

 p { color: rgb(248,240,104); }

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

background-color css

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

 a { background-color: rgb(248,240,104); }

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

border-color css

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

 span { border-color: rgb(248,240,104); }

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