Html Css Color HEX #F8F16A Dolly

📋 copy color: '#F8F16A'

red 248 ◦ green 241 ◦ blue 106

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

Shades of Dolly #F8F16A

Tints of Dolly #F8F16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 41.68%
G = 40.5%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8F16A (or 0xF8F16A) is known color: Dolly. HEX triplet: F8, F1 and 6A. RGB value is (248,241,106). Sum of RGB (Red+Green+Blue) = 248+241+106=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F16A is #070E95. Grayscale: #E4E4E4. Windows color (decimal): -462486 or 7008760. OLE color: 7008760.

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

Color convert

RGB 248 241 106 -
CMYK 0 0.03 0.57 0.03
HSL 57.04º 0.91% 0.69% -
HSV(B) 57.04º 0.57% 0.97% -
XYZ 72.77 83.91 26 -
YUV 227.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 248 241 106 0 0.03 0.57 0.03 57.04 0.91 0.69
Hex F8 F1 6A 0 3 39 3 39 5B 45
Octal 370 361 152 0 3 71 3 71 133 105
Binary 11111000 11110001 1101010 0 11 111001 11 111001 1011011 1000101

Color Harmonies of #F8F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F16A

Black with #F8F16A

Text Example


Text Example

White with #F8F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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