Html Css Color HEX #F3F975 Dolly

📋 copy color: '#F3F975'

red 243 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F3F975

Tints of Dolly #F3F975

RGB

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

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

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

R = 39.9%
G = 40.89%
B = 19.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F3F975 (or 0xF3F975) is known color: Dolly. HEX triplet: F3, F9 and 75. RGB value is (243,249,117). Sum of RGB (Red+Green+Blue) = 243+249+117=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #F3F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F975 is #0C068A. Grayscale: #E8E8E8. Windows color (decimal): -788107 or 7731699. OLE color: 7731699.

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

Color convert

RGB 243 249 117 -
CMYK 0.02 0 0.53 0.02
HSL 62.73º 0.92% 0.72% -
HSV(B) 62.73º 0.53% 0.98% -
XYZ 74.05 88.09 29.93 -
YUV 232.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 243 249 117 0.02 0 0.53 0.02 62.73 0.92 0.72
Hex F3 F9 75 2 0 35 2 3F 5C 48
Octal 363 371 165 2 0 65 2 77 134 110
Binary 11110011 11111001 1110101 10 0 110101 10 111111 1011100 1001000

Color Harmonies of #F3F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F975

Black with #F3F975

Text Example


Text Example

White with #F3F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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