Html Css Color HEX #F1F975 Dolly

📋 copy color: '#F1F975'

red 241 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F1F975

Tints of Dolly #F1F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.02%

 BLUE value IS 117 (46.09% from 255) = 19.28%

R = 39.7%
G = 41.02%
B = 19.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F1F975 (or 0xF1F975) is known color: Dolly. HEX triplet: F1, F9 and 75. RGB value is (241,249,117). Sum of RGB (Red+Green+Blue) = 241+249+117=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F975 is #0E068A. Grayscale: #E8E8E8. Windows color (decimal): -919179 or 7731697. OLE color: 7731697.

HSL color Cylindrical-coordinate representation of color #F1F975: hue angle of 63.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1F975 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 249 117 -
CMYK 0.03 0 0.53 0.02
HSL 63.64º 0.92% 0.72% -
HSV(B) 63.64º 0.53% 0.98% -
XYZ 73.36 87.74 29.9 -
YUV 231.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 241 249 117 0.03 0 0.53 0.02 63.64 0.92 0.72
Hex F1 F9 75 3 0 35 2 40 5C 48
Octal 361 371 165 3 0 65 2 100 134 110
Binary 11110001 11111001 1110101 11 0 110101 10 1000000 1011100 1001000

Color Harmonies of #F1F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F975

Black with #F1F975

Text Example


Text Example

White with #F1F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F975; }

 p { color: rgb(241,249,117); }

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

background-color css

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

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

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

border-color css

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

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

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