Html Css Color HEX #F1F970 Dolly

📋 copy color: '#F1F970'

red 241 ◦ green 249 ◦ blue 112

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

Shades of Dolly #F1F970

Tints of Dolly #F1F970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.6%

R = 40.03%
G = 41.36%
B = 18.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F1F970 (or 0xF1F970) is known color: Dolly. HEX triplet: F1, F9 and 70. RGB value is (241,249,112). Sum of RGB (Red+Green+Blue) = 241+249+112=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F970 is #0E068F. Grayscale: #E7E7E7. Windows color (decimal): -919184 or 7404017. OLE color: 7404017.

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

Color convert

RGB 241 249 112 -
CMYK 0.03 0 0.55 0.02
HSL 63.5º 0.92% 0.71% -
HSV(B) 63.5º 0.55% 0.98% -
XYZ 73.08 87.62 28.39 -
YUV 230.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 241 249 112 0.03 0 0.55 0.02 63.5 0.92 0.71
Hex F1 F9 70 3 0 37 2 40 5C 47
Octal 361 371 160 3 0 67 2 100 134 107
Binary 11110001 11111001 1110000 11 0 110111 10 1000000 1011100 1000111

Color Harmonies of #F1F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F970

Black with #F1F970

Text Example


Text Example

White with #F1F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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