Html Css Color HEX #F5F970 Dolly

📋 copy color: '#F5F970'

red 245 ◦ green 249 ◦ blue 112

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

Shades of Dolly #F5F970

Tints of Dolly #F5F970

RGB

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

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

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

R = 40.43%
G = 41.09%
B = 18.48%

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

#F5F970 (or 0xF5F970) is known color: Dolly. HEX triplet: F5, F9 and 70. RGB value is (245,249,112). Sum of RGB (Red+Green+Blue) = 245+249+112=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F970 is #0A068F. Grayscale: #E8E8E8. Windows color (decimal): -657040 or 7404021. OLE color: 7404021.

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

Color convert

RGB 245 249 112 -
CMYK 0.02 0 0.55 0.02
HSL 61.75º 0.92% 0.71% -
HSV(B) 61.75º 0.55% 0.98% -
XYZ 74.46 88.33 28.46 -
YUV 232.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 245 249 112 0.02 0 0.55 0.02 61.75 0.92 0.71
Hex F5 F9 70 2 0 37 2 3E 5C 47
Octal 365 371 160 2 0 67 2 76 134 107
Binary 11110101 11111001 1110000 10 0 110111 10 111110 1011100 1000111

Color Harmonies of #F5F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F970

Black with #F5F970

Text Example


Text Example

White with #F5F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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