Html Css Color HEX #F5F768 Dolly

📋 copy color: '#F5F768'

red 245 ◦ green 247 ◦ blue 104

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

Shades of Dolly #F5F768

Tints of Dolly #F5F768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

 BLUE value IS 104 (41.02% from 255) = 17.45%

R = 41.11%
G = 41.44%
B = 17.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F5F768 (or 0xF5F768) is known color: Dolly. HEX triplet: F5, F7 and 68. RGB value is (245,247,104). Sum of RGB (Red+Green+Blue) = 245+247+104=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F768 is #0A0897. Grayscale: #E6E6E6. Windows color (decimal): -657560 or 6879221. OLE color: 6879221.

HSL color Cylindrical-coordinate representation of color #F5F768: hue angle of 60.84º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5F768 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 247 104 -
CMYK 0.01 0 0.58 0.03
HSL 60.84º 0.9% 0.69% -
HSV(B) 60.84º 0.58% 0.97% -
XYZ 73.42 86.93 26.01 -
YUV 230.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 245 247 104 0.01 0 0.58 0.03 60.84 0.9 0.69
Hex F5 F7 68 1 0 3A 3 3D 5A 45
Octal 365 367 150 1 0 72 3 75 132 105
Binary 11110101 11110111 1101000 1 0 111010 11 111101 1011010 1000101

Color Harmonies of #F5F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F768

Black with #F5F768

Text Example


Text Example

White with #F5F768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F768; }

 p { color: rgb(245,247,104); }

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

background-color css

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

 a { background-color: rgb(245,247,104); }

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

border-color css

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

 span { border-color: rgb(245,247,104); }

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