Html Css Color HEX #F1F66B Dolly

📋 copy color: '#F1F66B'

red 241 ◦ green 246 ◦ blue 107

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

Shades of Dolly #F1F66B

Tints of Dolly #F1F66B

RGB

 RED value IS 241 (94.53% from 255) = 40.57%

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

 BLUE value IS 107 (42.19% from 255) = 18.01%

R = 40.57%
G = 41.41%
B = 18.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F1F66B (or 0xF1F66B) is known color: Dolly. HEX triplet: F1, F6 and 6B. RGB value is (241,246,107). Sum of RGB (Red+Green+Blue) = 241+246+107=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 107 (42.19% from 255 or 18.01% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F66B is #0E0994. Grayscale: #E5E5E5. Windows color (decimal): -919957 or 7075569. OLE color: 7075569.

HSL color Cylindrical-coordinate representation of color #F1F66B: hue angle of 62.16º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1F66B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 246 107 -
CMYK 0.02 0 0.57 0.04
HSL 62.16º 0.89% 0.69% -
HSV(B) 62.16º 0.57% 0.96% -
XYZ 71.89 85.67 26.66 -
YUV 228.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 241 246 107 0.02 0 0.57 0.04 62.16 0.89 0.69
Hex F1 F6 6B 2 0 39 4 3E 59 45
Octal 361 366 153 2 0 71 4 76 131 105
Binary 11110001 11110110 1101011 10 0 111001 100 111110 1011001 1000101

Color Harmonies of #F1F66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F66B

Black with #F1F66B

Text Example


Text Example

White with #F1F66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F66B; }

 p { color: rgb(241,246,107); }

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

background-color css

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

 a { background-color: rgb(241,246,107); }

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

border-color css

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

 span { border-color: rgb(241,246,107); }

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