Html Css Color HEX #F7F975 Dolly

📋 copy color: '#F7F975'

red 247 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F7F975

Tints of Dolly #F7F975

RGB

 RED value IS 247 (96.88% from 255) = 40.29%

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

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

R = 40.29%
G = 40.62%
B = 19.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F7F975 (or 0xF7F975) is known color: Dolly. HEX triplet: F7, F9 and 75. RGB value is (247,249,117). Sum of RGB (Red+Green+Blue) = 247+249+117=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 117 (46.09% from 255 or 19.09% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F975 is #08068A. Grayscale: #E9E9E9. Windows color (decimal): -525963 or 7731703. OLE color: 7731703.

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

Color convert

RGB 247 249 117 -
CMYK 0.01 0 0.53 0.02
HSL 60.91º 0.92% 0.72% -
HSV(B) 60.91º 0.53% 0.98% -
XYZ 75.44 88.81 30 -
YUV 233.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 247 249 117 0.01 0 0.53 0.02 60.91 0.92 0.72
Hex F7 F9 75 1 0 35 2 3D 5C 48
Octal 367 371 165 1 0 65 2 75 134 110
Binary 11110111 11111001 1110101 1 0 110101 10 111101 1011100 1001000

Color Harmonies of #F7F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F975

Black with #F7F975

Text Example


Text Example

White with #F7F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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