Html Css Color HEX #F1F17D Dolly

📋 copy color: '#F1F17D'

red 241 ◦ green 241 ◦ blue 125

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

Shades of Dolly #F1F17D

Tints of Dolly #F1F17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.59%

R = 39.7%
G = 39.7%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1F17D (or 0xF1F17D) is known color: Dolly. HEX triplet: F1, F1 and 7D. RGB value is (241,241,125). Sum of RGB (Red+Green+Blue) = 241+241+125=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F17D is #0E0E82. Grayscale: #E4E4E4. Windows color (decimal): -921219 or 8253937. OLE color: 8253937.

HSL color Cylindrical-coordinate representation of color #F1F17D: hue angle of 60º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1F17D is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 241 125 -
CMYK 0 0 0.48 0.05
HSL 60º 0.81% 0.72% -
HSV(B) 60º 0.48% 0.95% -
XYZ 71.43 83.09 31.68 -
YUV 227.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 241 241 125 0 0 0.48 0.05 60 0.81 0.72
Hex F1 F1 7D 0 0 30 5 3C 51 48
Octal 361 361 175 0 0 60 5 74 121 110
Binary 11110001 11110001 1111101 0 0 110000 101 111100 1010001 1001000

Color Harmonies of #F1F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F17D

Black with #F1F17D

Text Example


Text Example

White with #F1F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F17D; }

 p { color: rgb(241,241,125); }

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

background-color css

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

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

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

border-color css

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

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

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