Html Css Color HEX #F5F975 Dolly

📋 copy color: '#F5F975'

red 245 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F5F975

Tints of Dolly #F5F975

RGB

 RED value IS 245 (96.09% from 255) = 40.1%

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

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

R = 40.1%
G = 40.75%
B = 19.15%

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

#F5F975 (or 0xF5F975) is known color: Dolly. HEX triplet: F5, F9 and 75. RGB value is (245,249,117). Sum of RGB (Red+Green+Blue) = 245+249+117=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F975 is #0A068A. Grayscale: #E9E9E9. Windows color (decimal): -657035 or 7731701. OLE color: 7731701.

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

Color convert

RGB 245 249 117 -
CMYK 0.02 0 0.53 0.02
HSL 61.82º 0.92% 0.72% -
HSV(B) 61.82º 0.53% 0.98% -
XYZ 74.74 88.45 29.96 -
YUV 232.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 245 249 117 0.02 0 0.53 0.02 61.82 0.92 0.72
Hex F5 F9 75 2 0 35 2 3E 5C 48
Octal 365 371 165 2 0 65 2 76 134 110
Binary 11110101 11111001 1110101 10 0 110101 10 111110 1011100 1001000

Color Harmonies of #F5F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F975

Black with #F5F975

Text Example


Text Example

White with #F5F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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