Html Css Color HEX #F3F970 Dolly

📋 copy color: '#F3F970'

red 243 ◦ green 249 ◦ blue 112

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

Shades of Dolly #F3F970

Tints of Dolly #F3F970

RGB

 RED value IS 243 (95.31% from 255) = 40.23%

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

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

R = 40.23%
G = 41.23%
B = 18.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F3F970 (or 0xF3F970) is known color: Dolly. HEX triplet: F3, F9 and 70. RGB value is (243,249,112). Sum of RGB (Red+Green+Blue) = 243+249+112=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #F3F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F970 is #0C068F. Grayscale: #E8E8E8. Windows color (decimal): -788112 or 7404019. OLE color: 7404019.

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

Color convert

RGB 243 249 112 -
CMYK 0.02 0 0.55 0.02
HSL 62.63º 0.92% 0.71% -
HSV(B) 62.63º 0.55% 0.98% -
XYZ 73.76 87.98 28.42 -
YUV 231.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 243 249 112 0.02 0 0.55 0.02 62.63 0.92 0.71
Hex F3 F9 70 2 0 37 2 3F 5C 47
Octal 363 371 160 2 0 67 2 77 134 107
Binary 11110011 11111001 1110000 10 0 110111 10 111111 1011100 1000111

Color Harmonies of #F3F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F970

Black with #F3F970

Text Example


Text Example

White with #F3F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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