Html Css Color HEX #F5F671 Dolly

📋 copy color: '#F5F671'

red 245 ◦ green 246 ◦ blue 113

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

Shades of Dolly #F5F671

Tints of Dolly #F5F671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.73%

 BLUE value IS 113 (44.53% from 255) = 18.71%

R = 40.56%
G = 40.73%
B = 18.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5F671 (or 0xF5F671) is known color: Dolly. HEX triplet: F5, F6 and 71. RGB value is (245,246,113). Sum of RGB (Red+Green+Blue) = 245+246+113=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 113 (44.53% from 255 or 18.71% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F671 is #0A098E. Grayscale: #E7E7E7. Windows color (decimal): -657807 or 7468789. OLE color: 7468789.

HSL color Cylindrical-coordinate representation of color #F5F671: hue angle of 60.45º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5F671 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 246 113 -
CMYK 0.00 0 0.54 0.04
HSL 60.45º 0.88% 0.7% -
HSV(B) 60.45º 0.54% 0.96% -
XYZ 73.59 86.52 28.44 -
YUV 230.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 245 246 113 0.00 0 0.54 0.04 60.45 0.88 0.7
Hex F5 F6 71 0 0 36 4 3C 58 46
Octal 365 366 161 0 0 66 4 74 130 106
Binary 11110101 11110110 1110001 0 0 110110 100 111100 1011000 1000110

Color Harmonies of #F5F671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F671

Black with #F5F671

Text Example


Text Example

White with #F5F671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F671; }

 p { color: rgb(245,246,113); }

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

background-color css

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

 a { background-color: rgb(245,246,113); }

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

border-color css

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

 span { border-color: rgb(245,246,113); }

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