Html Css Color HEX #F7F974 Dolly

📋 copy color: '#F7F974'

red 247 ◦ green 249 ◦ blue 116

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

Shades of Dolly #F7F974

Tints of Dolly #F7F974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.95%

R = 40.36%
G = 40.69%
B = 18.95%

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

#F7F974 (or 0xF7F974) is known color: Dolly. HEX triplet: F7, F9 and 74. RGB value is (247,249,116). Sum of RGB (Red+Green+Blue) = 247+249+116=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 116 (45.70% from 255 or 18.95% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F974 is #08068B. Grayscale: #E9E9E9. Windows color (decimal): -525964 or 7666167. OLE color: 7666167.

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

Color convert

RGB 247 249 116 -
CMYK 0.01 0 0.53 0.02
HSL 60.9º 0.92% 0.72% -
HSV(B) 60.9º 0.53% 0.98% -
XYZ 75.39 88.79 29.69 -
YUV 233.24 61.84 137.81 -
System Red Green Blue C M Y K H S L
Decimal 247 249 116 0.01 0 0.53 0.02 60.9 0.92 0.72
Hex F7 F9 74 1 0 35 2 3D 5C 48
Octal 367 371 164 1 0 65 2 75 134 110
Binary 11110111 11111001 1110100 1 0 110101 10 111101 1011100 1001000

Color Harmonies of #F7F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F974

Black with #F7F974

Text Example


Text Example

White with #F7F974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F974; }

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

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

background-color css

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

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

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

border-color css

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

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

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